https://github.com/techmainul-dev/first-ng-app
This repo for learning purpose
https://github.com/techmainul-dev/first-ng-app
Last synced: 8 months ago
JSON representation
This repo for learning purpose
- Host: GitHub
- URL: https://github.com/techmainul-dev/first-ng-app
- Owner: TechMainul-dev
- Created: 2024-09-27T07:04:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-27T07:07:08.000Z (over 1 year ago)
- Last Synced: 2024-10-27T07:29:37.673Z (over 1 year ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My First Angular App
## init
npm install -g @angular/cli
## run
npm run start
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Create Components
ng g c components/user-profile