feat(elements): remove attribute/input from config (#22413)

PR Close #22413
This commit is contained in:
Andrew Seguin
2018-03-15 17:18:40 -07:00
committed by Miško Hevery
parent 2e450f6fda
commit 688096b7a3
3 changed files with 2 additions and 41 deletions

View File

@ -12,9 +12,6 @@ export declare abstract class NgElement extends HTMLElement {
/** @experimental */
export interface NgElementConfig {
attributeToPropertyInputs?: {
[key: string]: string;
};
injector: Injector;
strategyFactory?: NgElementStrategyFactory;
}