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
Support project prefix (issue #27 )
Support for differents routes files (app-routing // app.module)
remove blog schematics functions, and just call markdown schematics with options
Remove cli module create, and use schematics for inject the lazy route
add support for multiples project prefix
generating a blog using scully should use the defined app prefix from
angular.json
file instead of alwaysapp
.Running this:
... will currently always lead to this
blog.component.ts
file content:If a prefix is set in
angular.json
(path:projects
=><project name>
=>prefix
) it should be used by scully for setting it:The text was updated successfully, but these errors were encountered: