ng-matero
Version:
Angular Material admin template
22 lines • 758 B
JavaScript
/**
* @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
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.updateToV0 = updateToV0;
/** Entry point for the migration schematics with target of Ng-Matero v0 */
function updateToV0() { }
/** Function that will be called when the migration completed. */
function onMigrationComplete(context, targetVersion, hasFailures) {
context.logger.info('');
context.logger.info(` ✓ Updated Ng-Matero to ${targetVersion}`);
context.logger.info('');
if (hasFailures) {
/** */
}
}
//# sourceMappingURL=index.js.map
;