blob: 099e0353b75da7397e8896f86ecf7f3474ab6af3 [file] [log] [blame]
/**
* @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 { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/**
* Scaffolds a new tree component.
* Internally it bootstraps the base component schematic
*/
export default function (options: Schema): Rule;