Go to file
Benedek László 9bd92d048d quack icon 2024-05-10 13:16:49 +02:00
.vscode initial commit 2024-04-05 17:08:36 +02:00
src quack icon 2024-05-10 13:16:49 +02:00
.editorconfig initial commit 2024-04-05 17:08:36 +02:00
.firebaserc new post service and ui 2024-04-19 13:57:41 +02:00
.gitignore new post service and ui 2024-04-19 13:57:41 +02:00
README.md basic auth + feed layout 2024-04-08 17:29:36 +02:00
angular.json new post service and ui 2024-04-19 13:57:41 +02:00
firebase.json new post service and ui 2024-04-19 13:57:41 +02:00
package-lock.json new post service and ui 2024-04-19 13:57:41 +02:00
package.json new post service and ui 2024-04-19 13:57:41 +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