-
Notifications
You must be signed in to change notification settings - Fork 3
Front Router 2.0 #6
base: master
Are you sure you want to change the base?
Conversation
…n, and defaulting to Angular module output
…les for other frameworks can be added
…te methods for adding routes and writing routes
…d outside of a Gulp stream
@gakimball would you have any interest in picking this up and committing it to https://github.com/base-apps/angular-front-router? |
@soumak77 Most definitely, I'd love to help out. :) |
@soumak77 Rebasing your changes into this branch is a little tricky, so I'm just going to add what I have here by hand. |
Actually, which of these features specifically interest you for your fork? Most of these changes were designed to make Front Router multi-framework, but if you're mostly interested in keeping it to Angular 1.x then some of these changes aren't as necessary. |
@gakimball I like the idea to enable the ability to make it multi-framework, though the repository name would need to change. For now it just needs to support angular 1.x and a non-gulp stream, but in the future I would like to use it for angular 2 as well. |
@gakimball let me know what I can do to help with the merge |
Does supporting older Node versions concern you? These libraries mostly support 0.10/0.12+, but supporting just 4.x+ would make some features of this library easier to write. |
Just make it support 4.x+. The new angular-base-apps template already has this requirement if I'm not mistaken. |
Goals for 2.0:
FrontRouter
class to bundle functionality