Ngx-admin: Make it work on Systemjs

Created on 29 May 2016  路  16Comments  路  Source: akveo/ngx-admin

  • I'm submitting a ...
    [ ] bug report
    [x ] feature request
    [ ] question about the decisions made in the repository
  • Do you want to request a _feature_ or report a _bug_?
    Feature
  • What is the current behavior?

Right now It works with webpack\

Reason.

I know webpack is well regarded among the community, but considering the angular cli it's simplifying the start up project with systemjs, it would be nice to have this admin with the default module loader as a branch.

enhancement

Most helpful comment

I would also like to see this feature.
For native angular2 apps the cli is a huge win.

All 16 comments

@ReneVallecillo we don't have such plans at the moment, but I'm leaving the issue opened. If there is any interest we'll think what can we do about this. Thank you for your request.

I completely support this, using angular cli myself and would be great to deploy the app by simply using: ng build / ng serve.

I'll happily make the side branch if admins were to allow it as I'll be using this as a base.

I would also like to see this feature.
For native angular2 apps the cli is a huge win.

I'm quite new to the Angular2 scene, and for me this is a difficult choice. I see at one side the tutorials, guides and cli use systemjs. But this very handy admin boilerplate(?) project uses webpack... Now I'm not sure what to use, at one side I don't want to move away from the 'safe' common ground of Angular2, but on the other hand this project looks really nice.

I'd say SystemJS support would be a big plus to attract new Angular developers to this project.

How to asynchronous loading a module? Now all files build into a bundle file, it is very slow when first open the application.

Now that angular-cli has a branch using webpack, it might be easier for you to support it?

@cindoum thanks! Will check this out next week.

Just dropping by to say this would be an outstanding feature to reduce complexity

Angular-cli build system has been officially changed from SystemJS to Webpack.
There's no more reason to switch ng2-admin to SystemJS, but there's one more to support angular-cli.
@nnixaa can you please share your thoughts?

Any guidelines to work it with systemjs would be apperciated. please help.

just let me know how to load ng-2 admin components with systemjs.config.js

Thanks in advance @nnixaa

One more vote for angular2-cli, I'm grinding through myself...

Me too wanna see this awesome template using Angular-cli.

I am trying to ng init in this project, and overwrite the conflicted files, then compare the change to merge both of them. But it still fail. Maybe there should be more things to think about

@xinmeng1 I hope works because this template is very nice and with angular-cli will be greatest admin template! I tried to do the same but I have a lots of problems tracking the configuration files

Angular-cli moved to webpack instead of systemjs as of beta.14 version of angular-cli

Closing this issue as we don't have plans for system js support. Angular-cli (which is not related to system js) integration progress you can track under this issue https://github.com/akveo/ng2-admin/issues/527.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

queirozfcom picture queirozfcom  路  4Comments

hoswey picture hoswey  路  3Comments

tal-shahar picture tal-shahar  路  3Comments

myurAgarwal picture myurAgarwal  路  3Comments

mignam picture mignam  路  3Comments