We began to rewrite our angular 2 app using mainly angular-cli to generate components etc.
The Problem now is, in order to adhere to the Style Guide, major component folders, which later may be loaded lazily should be prefixed with a "+"
.
Using --help
of the cli generate instruction I could see two options :
--prefix
--route.
But setting these to true had no effect on the generated folder name.
My question now is, what is the correct way to generate lazy loaded folders prefixed with a "+"
using angular-cli ?