Go to file
Benedek László aa325d5451 basic auth + feed layout 2024-04-08 17:29:36 +02:00
.vscode initial commit 2024-04-05 17:08:36 +02:00
src basic auth + feed layout 2024-04-08 17:29:36 +02:00
.editorconfig initial commit 2024-04-05 17:08:36 +02:00
.gitignore initial commit 2024-04-05 17:08:36 +02:00
README.md basic auth + feed layout 2024-04-08 17:29:36 +02:00
angular.json initial commit 2024-04-05 17:08:36 +02:00
package-lock.json initial commit 2024-04-05 17:08:36 +02:00
package.json initial commit 2024-04-05 17:08:36 +02:00
tsconfig.app.json initial commit 2024-04-05 17:08:36 +02:00
tsconfig.json initial commit 2024-04-05 17:08:36 +02:00
tsconfig.spec.json initial commit 2024-04-05 17:08:36 +02:00

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