Skip to content

0.6.0

Compare
Choose a tag to compare
@explooosion explooosion released this 11 Jul 09:06
· 136 commits to master since this release
  • Fix Angular6 for --aot and --prod #30 #31 #32

You can use serve and build with options:

serve

ng serve --prod
ng serve --aot
ng serve --prod --aot

build

ng build --prod
ng build --aot
ng build --prod --aot