starters icon indicating copy to clipboard operation
starters copied to clipboard

feat(angular-standalone): split app.config.ts and main.ts

Open rdlabo opened this issue 8 months ago • 0 comments

Followed angular-cli template:

  • https://github.com/angular/angular-cli/blob/main/packages/schematics/angular/application/files/standalone-files/src/main.ts.template
  • https://github.com/angular/angular-cli/blob/main/packages/schematics/angular/application/files/standalone-files/src/app/app.config.ts.template

This allows for automatic writing of the ng add command.

rdlabo avatar Oct 06 '23 07:10 rdlabo