File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ module.exports = {
18
18
rules : [
19
19
{
20
20
test : / \. t s $ / ,
21
- loaders : [ {
22
- loader : 'awesome-typescript-loader' ,
23
- options : { configFileName : helpers . root ( 'src' , 'tsconfig.json' ) }
24
- } , 'angular2-template-loader' ]
21
+ loaders : [ 'awesome-typescript-loader' , 'angular2-template-loader' ]
22
+ //loaders: [{
23
+ // loader: 'awesome-typescript-loader',
24
+ // options: { configFileName: helpers.root('src', 'tsconfig.json') }
25
+ //}, 'angular2-template-loader']
25
26
} ,
26
27
{
27
28
test : / \. h t m l $ / ,
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ import '../../public/css/styles.css';
6
6
styleUrls : [ './app.component.css' ]
7
7
} )
8
8
export class AppComponent {
9
- title : "testing ";
9
+ title = "this is a test property being output from the app-component.ts ";
10
10
}
You can’t perform that action at this time.
0 commit comments