Skip to content

Commit

Permalink
fix(generators): --framework compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Apr 1, 2019
1 parent 16db993 commit bc1b2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function(options: ApplicationOptions) {
// divert to separate xplat app generators
chains.push((tree: Tree, context: SchematicContext) => externalSchematic("@nstudio/schematics", `app.${options.framework}`, options)(tree, context));
} else {
options.framework = Framework.Angular; // default
// framework handling will fallback to Nx
useDefaultChain();
}
} else {
Expand Down

0 comments on commit bc1b2d0

Please sign in to comment.