Angular question detail
What are the ways to control AOT compilation?
You can control your app compilation in two ways,
- By providing template compiler options in the
tsconfig.jsonfile - By configuring Angular metadata with decorators
Angular question detail
You can control your app compilation in two ways,
tsconfig.json file