basic webpack setup

This commit is contained in:
Denys Vuika
2016-12-06 15:39:22 +00:00
parent 73b6e1b846
commit c7167bb812
29 changed files with 393 additions and 73 deletions

View File

@@ -29,8 +29,8 @@ declare var document: any;
@Component({
selector: 'alfresco-app',
templateUrl: 'app/app.component.html',
styleUrls: ['app/app.component.css']
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
searchTerm: string = '';