An open API service indexing awesome lists of open source software.

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

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