feat(tables): add smart table page

This commit is contained in:
Alexander Zhukov 2017-01-27 12:02:08 +03:00
parent 3a9ecd2f64
commit 33f0fbb457
16 changed files with 6364 additions and 608 deletions

8
config/empty.js Normal file
View file

@ -0,0 +1,8 @@
module.exports = {
NgProbeToken: {},
HmrState: function() {},
_createConditionalRootRenderer: function(rootRenderer, extraTokens, coreTokens) {
return rootRenderer;
},
__platform_browser_private__: {}
};