We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi! Is ui-router compatible with AoT compiler from CLI?
@NgModule({ imports: [ BrowserModule, UIRouterModule.forRoot({ otherwise: { state: 'public.home', params: {} }, useHash: false, //configClass: MyUIRouterConfig }), ], declarations: [ AppComponent ], providers: [ ], bootstrap: [ UIView ] }) export class AppModule {}
I get this error:
The text was updated successfully, but these errors were encountered:
see ui-router/angular#13
Sorry, something went wrong.
Closing due to ui-router/angular#13
note: beta.5 is expected to have AoT and angular-cli support with lazy loading.
beta.5
No branches or pull requests
Hi! Is ui-router compatible with AoT compiler from CLI?
I get this error:

The text was updated successfully, but these errors were encountered: