ngParty / ng-metadata

Angular 2 decorators and utils for Angular 1.x

Home Page:https://hotell.gitbooks.io/ng-metadata/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add export makePropDecorator(), makeParamDecorator() and similar to core package

nop1984 opened this issue · comments

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