feat(elements): remove attribute/input from config (#22413)
PR Close #22413
This commit is contained in:

committed by
Miško Hevery

parent
2e450f6fda
commit
688096b7a3
@ -12,9 +12,6 @@ export declare abstract class NgElement extends HTMLElement {
|
||||
|
||||
/** @experimental */
|
||||
export interface NgElementConfig {
|
||||
attributeToPropertyInputs?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
injector: Injector;
|
||||
strategyFactory?: NgElementStrategyFactory;
|
||||
}
|
||||
|
Reference in New Issue
Block a user