Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/aio/content/examples/upgrade-phonecat-2-hybrid/app/main-aot.ts

7 lines
209 B
TypeScript
Raw Normal View History

feat(aio): copy example code from angular.io
2017-02-22 18:13:21 +00:00
// #docregion
import { platformBrowser } from '@angular/platform-browser';
import { AppModuleNgFactory } from '../aot/app/app.module.ngfactory';
docs(aio): rework of the upgrade guide This commit was worked on by a number of people including @filipesilva, @gkalpak and @wardbell. It contains changes that: * remove unused files, * fix the bootstrap approach to ensure that bootstrap is in the correct Zone * fix unclosed code-example tags * replace use of "we" with "you" * remove broken dual router example Related to angular/angular.io#3541
2017-05-18 10:48:05 +03:00
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 476ms Template: 14ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API