Go to file
Benedek László ec00a95fbe ngStyle 2024-05-11 16:45:03 +02:00
.vscode
src
.editorconfig
.firebaserc
.gitignore
README.md
angular.json
firebase.json
package-lock.json
package.json
tsconfig.app.json
tsconfig.json
tsconfig.spec.json

README.md

  • ng new <PROJECT> && cd <PROJECT>
  • ng g module app --routing --flat
  • rm app.routes.ts, import { routes } from './app-routing.module'; > app.config.ts
  • ng g moudle <MODULE> --route=<ROUTE> --module=app