ng-metadata icon indicating copy to clipboard operation
ng-metadata copied to clipboard

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

Open nop1984 opened this issue 6 years ago • 0 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

nop1984 avatar Jan 25 '19 16:01 nop1984