feat(ivy): add support for the ngProjectAs attribute (#22498)
PR Close #22498
This commit is contained in:

committed by
Alex Eagle

parent
f86d8ae0fd
commit
2c75acc5b3
@ -45,6 +45,8 @@ export type CssSelectorWithNegations = [SimpleCssSelector | null, SimpleCssSelec
|
||||
*/
|
||||
export type CssSelector = CssSelectorWithNegations[];
|
||||
|
||||
export const NG_PROJECT_AS_ATTR_NAME = 'ngProjectAs';
|
||||
|
||||
// Note: This hack is necessary so we don't erroneously get a circular dependency
|
||||
// failure based on types.
|
||||
export const unusedValueExportToPlacateAjd = 1;
|
||||
|
Reference in New Issue
Block a user