DEV Community

Discussion on: Build Angular Like An Architect (Part 1)

Collapse
 
davidcamdzic profile image
David Camdzic • Edited

Great post :) Much appreciated for spreading the knowledge :) This architect API couldn't have come at a better time.

Just a side note. With the latest ng cli I also needed to npm i -g @angular-devkit/core@next as otherwise the build was complaining of missing includes.

Also build.sh was missing the following at the last line (from github repo master branch):
cp src/closure/schema.json dist/src/closure/schema.json

Collapse
 
steveblue profile image
Stephen Belovarich • Edited

Added @angular-devkit/core to the install instructions and issue fixed on the master branch. You were totally right!