mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
feat(tables): add smart table page
This commit is contained in:
parent
3a9ecd2f64
commit
33f0fbb457
16 changed files with 6364 additions and 608 deletions
8
config/empty.js
Normal file
8
config/empty.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
NgProbeToken: {},
|
||||
HmrState: function() {},
|
||||
_createConditionalRootRenderer: function(rootRenderer, extraTokens, coreTokens) {
|
||||
return rootRenderer;
|
||||
},
|
||||
__platform_browser_private__: {}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue