Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add route command's blueprint #1542

Closed
wants to merge 1 commit into from

Conversation

emma-mens
Copy link
Contributor

addon/ng2/blueprints/routes/* provides a blueprint for installing routes.ts, configuring main.ts and adding routes to routes.ts.
The blueprint name 'routes' will be replaced by 'route' when completed.

@emma-mens emma-mens force-pushed the route-command branch 4 times, most recently from 477fa2d to a1b1b62 Compare August 5, 2016 09:36
@@ -25,7 +25,7 @@ const ngBin = `node ${path.join(process.cwd(), 'bin', 'ng')}`;
const it_mobile = isMobileTest() ? it : function() {};
const it_not_mobile = isMobileTest() ? function() {} : it;

describe('Basic end-to-end Workflow', function () {
describe.only('Basic end-to-end Workflow', function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably want to remove the only 😄

@emma-mens emma-mens force-pushed the route-command branch 3 times, most recently from 12c9a38 to f29ffcc Compare August 12, 2016 00:11
addon/ng2/blueprints/routes/* provides a blueprint for installing routes.ts,
configuring main.ts and adding routes to routes.ts.
The blueprint name 'routes' will be replaced by 'route' when completed.
addon/ng/blueprints/guard/* creates a guard class and adds the guard type
to routes.ts
@filipesilva
Copy link
Contributor

@alxhub is this still relevant or should it be closed for now?

@hansl
Copy link
Contributor

hansl commented Nov 30, 2016

closing this but it'll be available as a reference.

@hansl hansl closed this Nov 30, 2016
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants