Skip to content

Instantly share code, notes, and snippets.

@pmaoui
Created February 1, 2018 17:17
Show Gist options
  • Save pmaoui/80815ff53908f1e3a34f3b4dd8492d28 to your computer and use it in GitHub Desktop.
Save pmaoui/80815ff53908f1e3a34f3b4dd8492d28 to your computer and use it in GitHub Desktop.
import { NgAboutComponentClass } from "./mycomp.ng.component";
.state({
name: 'mynewroute',
url: '/mynewroute',
component: NgAboutComponentClass
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment