Stub for a redistributable package

This commit is contained in:
Denys Vuika
2016-04-18 17:18:13 +01:00
parent 5d9f65cd92
commit 78fffbb32e
12 changed files with 92 additions and 6 deletions

View File

@@ -1,13 +1,17 @@
import {Component} from "angular2/core";
import {HelloWorld} from 'ng2-alfresco/components';
@Component({
selector: 'page2-view',
template: `
<div class="container">
<div class="row">
<h2>Page 2</h2>
<hello-world></hello-world>
</div>
</div>
`
`,
directives: [HelloWorld]
})
export class Page2View {