Example of using PrimeNG

This commit is contained in:
SteveSandersonMS
2016-09-28 11:30:34 +01:00
parent e87aa1f088
commit cff75c6893
5 changed files with 17 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
},
module: {
loaders: [
{ test: /\.(png|woff|woff2|eot|ttf|svg)(\?|$)/, loader: 'url-loader?limit=100000' },
{ test: /\.(png|gif|woff|woff2|eot|ttf|svg)(\?|$)/, loader: 'url-loader?limit=100000' },
{ test: /\.css(\?|$)/, loader: extractCSS.extract(['css']) }
]
},
@@ -30,7 +30,11 @@ module.exports = {
'bootstrap/dist/css/bootstrap.css',
'es6-shim',
'es6-promise',
'font-awesome/css/font-awesome.css',
'jquery',
'primeng/primeng',
'primeng/resources/themes/omega/theme.css',
'primeng/resources/primeng.min.css',
'zone.js',
]
},