Skip to content

Commit

Permalink
🐛 fix angular demo (umijs#1178)
Browse files Browse the repository at this point in the history
Co-authored-by: gongshun <[email protected]>
  • Loading branch information
gongshun and gongshun authored Dec 24, 2020
1 parent b0f2873 commit 2a06292
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/main/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import 'zone.js'; // for angular subapp
import { registerMicroApps, runAfterFirstMounted, setDefaultMountApp, start, initGlobalState } from '../../es';
import './index.less';

// for angular subapp
import 'zone.js';

/**
* 主应用 **可以使用任意技术栈**
* 以下分别是 React 和 Vue 的示例,可切换尝试
Expand Down

0 comments on commit 2a06292

Please sign in to comment.