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

WIP : Added ng-bootstrap #4109

Merged
merged 6 commits into from
Sep 9, 2016
Merged

Conversation

sendilkumarn
Copy link
Member

@sendilkumarn sendilkumarn commented Sep 9, 2016

Wired ng-bootstrap

Tested Navbar with ng-bootstrap elements

There is a problem with adding NgbModules in app.ng2modules.ts as a whole after this is fixed angular-2, we can do that.

@deepu105
Copy link
Member

deepu105 commented Sep 9, 2016

Sendil, lets do ng-bootstrap first. We can do a separate PR for bs4 else
it will too much to review and merge. Create another ticket for that and
tag it with ng2 label

Thanks & regards,
Deepu

On 9 Sep 2016 13:36, "Sendil Kumar N" notifications@github.com wrote:

Wired and works.

Navbar is working with ng-bootstrap elements

There is a problem with adding NgbModules as a whole after this is fixed
angular-2 angular/angular#11280

  • Add bootstrap 4
  • Replace ui-bootstrap with ng-bootstrap elements
  • Revamp application to follow bootstrap 4 completely ( @deepu105
    https://github.com/deepu105 we can do revamp here )
  • Remove ui-bootstrap dependancy
  • Remove bootstrap 3 dependancy
  • Polish and Publish

You can view, comment on, or merge this pull request online at:

#4109
Commit Summary

  • feat(ng2): added gulp to move ng-bootstrap files

File Changes

Patch Links:


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4109, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ABDlF-s_hhX-1a45TQ0stqyqPN-cc2Lxks5qoRN7gaJpZM4J4zJH
.

@sendilkumarn
Copy link
Member Author

Okay then.

Let me know if this is okay. If so will start migrating other components

@deepu105
Copy link
Member

deepu105 commented Sep 9, 2016

Also remove ui-bootstrap from client 2 so that we know exactly if something
else needs to be changed.

Thanks & regards,
Deepu

On 9 Sep 2016 13:48, d4udts@gmail.com wrote:

Sendil, lets do ng-bootstrap first. We can do a separate PR for bs4 else
it will too much to review and merge. Create another ticket for that and
tag it with ng2 label

Thanks & regards,
Deepu

On 9 Sep 2016 13:36, "Sendil Kumar N" notifications@github.com wrote:

Wired and works.

Navbar is working with ng-bootstrap elements

There is a problem with adding NgbModules as a whole after this is fixed
angular-2 angular/angular#11280

  • Add bootstrap 4
  • Replace ui-bootstrap with ng-bootstrap elements
  • Revamp application to follow bootstrap 4 completely ( @deepu105
    https://github.com/deepu105 we can do revamp here )
  • Remove ui-bootstrap dependancy
  • Remove bootstrap 3 dependancy
  • Polish and Publish

You can view, comment on, or merge this pull request online at:

#4109
Commit Summary

  • feat(ng2): added gulp to move ng-bootstrap files

File Changes

Patch Links:


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4109, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ABDlF-s_hhX-1a45TQ0stqyqPN-cc2Lxks5qoRN7gaJpZM4J4zJH
.

@@ -23,6 +27,8 @@ import { NavbarComponent } from './layouts/navbar/navbar.component';
HttpModule,
<%=angular2AppName%>CommonModule,
<%=angular2AppName%>AdminModule,
NgbCollapseModule,
Copy link
Member

Choose a reason for hiding this comment

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

Can you put these before our modules, after the HttpModule?

@deepu105
Copy link
Member

deepu105 commented Sep 9, 2016

@sendilkumarn i have only one minor comment, once thats taken care of you can merge this. And start migrating other ui-bs stuff to ng-bs if you have time

@deepu105 deepu105 modified the milestone: Future 4.0 Sep 9, 2016
@deepu105 deepu105 merged commit a39004a into jhipster:angular-2 Sep 9, 2016
@deepu105 deepu105 added ng2 and removed ng2 labels Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants