@syncfusion/ej2-ng-base
Version:
A common package of Essential JS 2 base Angular libraries, methods and class definitions
13 lines (12 loc) • 430 B
TypeScript
/**
* @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 { Tree } from '@angular-devkit/schematics';
/**
* Adds Essential JS 2 package to the package.json
*/
export declare function addEJ2PackageToPackageJson(host: Tree, type: string, ej2_pkg: string, version: string): Tree;