The Angular CLI gives us an easy way to create brand new Angular applications. Not only does it build Angular apps for us, it also gives us extras like testing built in. Sometimes you may want to create a simple Angular app that doesn't have all the bells and whistles that the CLI provides.
Full article