blob: a55f2dc1a81fbfa17dcc0a153a29f1dbba90c948 [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 table component.
* Internally it bootstraps the base component schematic
*/
export default function (options: Schema): Rule;