fix: rename FORWARD_REF to forwardRef in the Angular code base.
Now that ts2dart understands forwardRef, there's no need to maintain the old syntax.
This commit is contained in:
@ -34,8 +34,6 @@ export function forwardRef(forwardRefFn: ForwardRefFn): Type {
|
||||
return (<Type><any>forwardRefFn);
|
||||
}
|
||||
|
||||
export var FORWARD_REF = forwardRef;
|
||||
|
||||
/**
|
||||
* Lazily retrieve the reference value.
|
||||
*
|
||||
|
Reference in New Issue
Block a user