Skip to content

Commit 8196389

Browse files
committed
fix(project): minor
1 parent 2fac760 commit 8196389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve --port 4510 --statsJson",
6+
"start": "ng serve --port 4510",
77
"build": "ng build --statsJson",
88
"build:client-and-server-bundles:ghpages": "npm run build:prod:ghpages && ng run google-maps-autocomplete:server:production --bundleDependencies all",
99
"build:docs": "npx compodoc -p projects/angular-material-extensions/google-maps-autocomplete/tsconfig.lib.json --hideGenerator --disableCoverage -d dist/browser/doc/",

projects/angular-material-extensions/google-maps-autocomplete/schematics/ng-add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {chain, noop, Rule, SchematicContext, Tree} from '@angular-devkit/schemat
22
import {NodePackageInstallTask} from '@angular-devkit/schematics/tasks';
33
import {addPackageJsonDependency, NodeDependency, NodeDependencyType} from '../helpers';
44
import {getWorkspace} from '@schematics/angular/utility/config';
5-
import {addModuleImportToRootModule, getProjectFromWorkspace,} from '@angular/cdk/schematics';
5+
import {addModuleImportToRootModule, getProjectFromWorkspace} from '@angular/cdk/schematics';
66

77
/** Loads the full version from the given Angular package gracefully. */
88
function loadPackageVersionGracefully(context: SchematicContext): string | null {

0 commit comments

Comments
 (0)