From 5b206f20bc89225948b25a9b13539b4c2e5e2c00 Mon Sep 17 00:00:00 2001 From: gongshun <2440606146@qq.com> Date: Thu, 24 Dec 2020 12:19:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20angular=20demo=20(#1178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gongshun --- examples/main/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/main/index.js b/examples/main/index.js index eecdacc..8dcfe9d 100644 --- a/examples/main/index.js +++ b/examples/main/index.js @@ -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 的示例,可切换尝试