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

Fix SystemJS config and Alert Service error #4152

Merged
merged 2 commits into from
Sep 16, 2016

Conversation

wmarques
Copy link
Contributor

I followed ng-bootstrap docs and changelog to fix the 404 traceur not found issue, it's fixed. As @deepu105 suggested I commented the import in NotificationInterceptor so it's partially fixed.

Now the error I get is Only selectors matching element names are supported, got: [ngbDatepickerMonthView] from the UpgradeAdapter.

@sendilkumarn
Copy link
Member

LGTM 👍

Copy link
Member

@deepu105 deepu105 left a comment

Choose a reason for hiding this comment

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

Looks good

@wmarques
Copy link
Contributor Author

@sendilkumarn @deepu105 any clues on the error I get? It seems to come from the ngBootstrap lib that doesn't work well with the upgrade adapter :(

@deepu105 deepu105 merged commit 583a53f into jhipster:angular-2 Sep 16, 2016
@deepu105
Copy link
Member

@wmarques not yet. ill check later today to see if I can find anything

@deepu105
Copy link
Member

may be we shouldn't try very hard to make things work with ng1 code as our end goal is to completely move to ng2, so lets focus on making the ng2 part work first

@wmarques
Copy link
Contributor Author

@deepu105 sure but it's a blocking thing as the app doesn't display anymore.. But yes, I agree that if there is some issue with the upgradeadapter it's not a major issue

@@ -4,9 +4,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

// TODO change this to NgbModule --> after complete migration
import {NgbAlertModule} from '@ng-bootstrap/ng-bootstrap/alert/alert.module';
Copy link
Member

Choose a reason for hiding this comment

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

@wmarques the issue you got with datepicker thing is from this check angular/angular#11280

Copy link
Member

Choose a reason for hiding this comment

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

Im reverting this lines for now

@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants