Join the Stack Overflow Community
Stack Overflow is a community of 6.5 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

Could someone please let me know on how to integrate angular ui router with angular ng-metadata

I am trying to do something like this https://plnkr.co/edit/4NMjPkt8GfR51ATg1iFV?p=preview

import 'angular-ui-router';
import { bootstrap } from 'ng-metadata/platform-browser-dynamic';

import { HomeComponent, LegacHelpComponent } from './app.component';
import { UIRouterConfig } from './ui-router.config';

bootstrap(HomeComponent, [LegacHelpComponent, 'ui.router', UIRouterConfig]);

Thank you in advance!!

share|improve this question
    
Welcome to SO! Could you maybe add some information about what you want to do / what your planned result should be like? Might be easier for people to help you :) – Michael Lihs 2 days ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.