Jul 25, 2017 · 1 min read
Hi Frederik
first tutorial that really helped me to finally see my little Angular website online! Thanks a million!
A few points for others
1, you may need to change
build-prod”: “ng build — prod — aot”,
to
build-prod”: “ng build — prod — aot=false”,
2, In the section “Our build steps” do notice the small box called version: “0.”. As of July 25, 2017 the default version is “1” which may or may not be a problem
3, Some of the screenshots are outdated now but the changes are cosmetic so you shouldn’t have any problem still follow this outstanding tutorial
Thanks again