🐛 fix angular demo (#1178)

Co-authored-by: gongshun <gongshun@gridsum.com>
This commit is contained in:
gongshun 2020-12-24 12:19:50 +08:00 committed by GitHub
parent d03685563f
commit 5b206f20bc

View File

@ -1,9 +1,7 @@
import 'zone.js'; // for angular subapp
import { registerMicroApps, runAfterFirstMounted, setDefaultMountApp, start, initGlobalState } from '../../es'; import { registerMicroApps, runAfterFirstMounted, setDefaultMountApp, start, initGlobalState } from '../../es';
import './index.less'; import './index.less';
// for angular subapp
import 'zone.js';
/** /**
* 主应用 **可以使用任意技术栈** * 主应用 **可以使用任意技术栈**
* 以下分别是 React Vue 的示例可切换尝试 * 以下分别是 React Vue 的示例可切换尝试