ng-metadata
ng-metadata copied to clipboard
Angular 2 decorators and utils for Angular 1.x
In the example tsconfig.json target is set to "es5". I'm wondering will this possibly work for the project with target: "es6"?
Hey guys! Pretty cool stuff you built there! I like :-) Unfortunately I am facing problems when I want to develop and import several projects and got this error: `bundle()...
Issue: async pipe could trigger digest after scope was destroyed. It could result in memory leak, because digest will trigger async pipe (like a filter), making it to subscribe observable...
Fix for the issue #209
Please see #203 for the overall issue. I'll summarize changes here: #### propMetadata Previously class property metadata was not being inherited by child classes from parents. For example: ```ts class...
I wasn't sure if @Hotell had started work on #93 or not so I started work on documentation. I can also update the playground app once `TestBed` is implemented.
The Angular CLI actually works pretty well with bundling hybrid ng-metadata applications. However the production build does not like 3rd party decorators (angular/angular#14323). ``` ERROR in legacy\my.module.ts(17,2): Error during template...
See for detail #188
import {makePropDecorator, TypeDecorator} from '@angular/core/ will not find makePropDecorator and since "deep import" (eg from '@angular/core/src/util/decorators') not allowed its not possible to use those useful functions
First for all thanks for the hard work , unfortunate i didnt found any mentions in the docs or closed issues. So the question is very simple: ```Typescript someOldController.$inject =...