Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/modules/@angular/compiler-cli/integrationtest/src/basic.html

5 lines
269 B
HTML
Raw Normal View History

feat(i18n): extract messages
2016-06-01 14:58:11 -07:00
<div [attr.array]="[0]" [attr.map]="{a:1}" title="translate me" i18n-title="meaning|desc">{{ctxProp}}</div>
refactor(core): change module semantics This contains major changes to the compiler, bootstrap of the platforms and test environment initialization. Main part of #10043 Closes #10164 BREAKING CHANGE: - Semantics and name of `@AppModule` (now `@NgModule`) changed quite a bit. This is actually not breaking as `@AppModules` were not part of rc.4. We will have detailed docs on `@NgModule` separately. - `coreLoadAndBootstrap` and `coreBootstrap` can't be used any more (without migration support). Use `bootstrapModule` / `bootstrapModuleFactory` instead. - All Components listed in routes have to be part of the `declarations` of an NgModule. Either directly on the bootstrap module / lazy loaded module, or in an NgModule imported by them.
2016-07-18 03:50:31 -07:00
<form><input type="button" [(ngModel)]="ctxProp" name="first"/></form>
fix(compiler): support lifecycle hooks in compiler_cli
2016-05-04 10:00:59 -07:00
<my-comp *ngIf="ctxBool"></my-comp>
feat(i18n): extract messages
2016-06-01 14:58:11 -07:00
<div *ngFor="let x of ctxArr" [attr.value]="x"></div>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 75ms Template: 1ms
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