What are the ways to control AOT compilation?

Technology CommunityCategory: AngularWhat are the ways to control AOT compilation?
VietMX Staff asked 3 years ago

You can control your app compilation in two ways 1. By providing template compiler options in the tsconfig.json file 2. By configuring Angular metadata with decorators