UNPKG

ng-matero

Version:
38 lines (35 loc) 800 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { UpgradeData } from '@angular/cdk/schematics'; import { attributeSelectors, classNames, constructorChecks, cssSelectors, cssTokens, elementSelectors, inputNames, methodCallChecks, outputNames, propertyNames, symbolRemoval, } from './data'; /** Upgrade data that will be used for the Angular Material ng-update schematic. */ export const materialUpgradeData: UpgradeData = { attributeSelectors, classNames, constructorChecks, cssSelectors, cssTokens, elementSelectors, inputNames, methodCallChecks, outputNames, propertyNames, symbolRemoval, };