ngParty / ng-metadata

Angular 2 decorators and utils for Angular 1.x
https://hotell.gitbooks.io/ng-metadata/content/
MIT License
355 stars 46 forks source link

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

Open nop1984 opened 5 years ago

nop1984 commented 5 years ago

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