To get simple and separate and non-minified js files, you just need to compile them with typescript ( tsc
) into a directory dist
.
No need to use cli assembly. By design, the Angular CLI merges all javascript files when created.
From cli create documentation :
, --prod UglifyJS.