Skip to content

Commit

Permalink
upgrade to next.
Browse files Browse the repository at this point in the history
routing and 3rd party controls in progress
  • Loading branch information
Matthew Green committed Feb 26, 2017
1 parent c6fcc94 commit 4ea372c
Show file tree
Hide file tree
Showing 70 changed files with 490 additions and 1,038 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.check.workspaceVersion": false
}
1 change: 1 addition & 0 deletions .vscode/symbols.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions app/app.component.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Component } from "@angular/core";

@Component({
selector: "my-app",
template: `
<page-router-outlet></page-router-outlet>
`
})
export class AppComponent {
// Your TypeScript logic goes here
}
171 changes: 0 additions & 171 deletions app/app.css

This file was deleted.

101 changes: 0 additions & 101 deletions app/app.js

This file was deleted.

Loading

0 comments on commit 4ea372c

Please sign in to comment.