You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if #3452 was proposed (see #3561) with the simplest solution possible (#3452 (comment)), this lead to some discussions about the possibility to allow this kind of configuration via comments instead of exported string constants.
However, this solution could be far more complexe (and fundamental) than the first one.
Versions
angular-cli: local (v1.0.0-beta.22-1, branch: 3452-module-prefix)
node: 6.9.1
os: win32 x64
Why ?
See #3452 (comment)
Even if #3452 was proposed (see #3561) with the simplest solution possible (#3452 (comment)), this lead to some discussions about the possibility to allow this kind of configuration via comments instead of exported string constants.
However, this solution could be far more complexe (and fundamental) than the first one.
Use case
See #3452
Option 1
Something like
/* angular-cli:param-id:value */
Example :
/* angular-cli:module-prefix:hero */
The text was updated successfully, but these errors were encountered: