mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
calendar compoment
This commit is contained in:
parent
8fe294bd34
commit
0381585a0d
9 changed files with 862 additions and 2 deletions
|
|
@ -166,6 +166,9 @@ module.exports = {
|
|||
* See: http://webpack.github.io/docs/configuration.html#plugins
|
||||
*/
|
||||
plugins: [
|
||||
new webpack.ResolverPlugin(
|
||||
new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin('bower.json', ['main'])
|
||||
),
|
||||
|
||||
/*
|
||||
* Plugin: ForkCheckerPlugin
|
||||
|
|
@ -233,6 +236,8 @@ module.exports = {
|
|||
"L": "leaflet",
|
||||
"Chart": "chart.js",
|
||||
"Chartist": "chartist",
|
||||
"fullcalendar": "fullcalendar",
|
||||
"moment": "moment",
|
||||
"EasyPieChart": "easy-pie-chart"
|
||||
})
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue