Today I Learned

TIL, 2021-11-29, Some Schematics stuff

Minor stuff

RouterModule.forRoot(routes, {
  enableTracing: true,    /* <-- Set this to true */
}),
ng g component modules/module-directory/views/hello \
  --project our-project --module modules/module-directory \
  --change-detection OnPush \
  --selector our-project-selector \
  --style scss \
  --display-block

This project is maintained by daryllxd