mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Stub for a redistributable package
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user