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

https://github.com/cuadros-code/bases-angular


https://github.com/cuadros-code/bases-angular

angular

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Create new project
`ng new my-app`

## Run App
`ng serve`

## Componente Automatizado
`ng generate component my-component`
`ng g c my-component`

## Modulo Automatizado
`ng generate module my-module`
`ng g m my-module`