File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 "description" : " Demo app for @angular-material-extensions/google-maps-autocomplete" ,
66 "scripts" : {
77 "ng" : " ng" ,
8- "start" : " ng serve" ,
8+ "start" : " ng serve --port 4021 " ,
99 "serve:prod" : " ng serve --prod" ,
1010 "build" : " ng build" ,
1111 "build:doc" : " cd ../ && gulp build:doc" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const googleMapsParams = {
3636 // Add .withServerTransition() to support Universal rendering.
3737 // The application ID can be any identifier which is unique on
3838 // the page.
39- BrowserModule . withServerTransition ( { appId : '@angular-material-extensions/google-maps-autocomplete- demo-id ' } ) ,
39+ BrowserModule . withServerTransition ( { appId : 'demo' } ) ,
4040 Angulartics2Module . forRoot ( ) ,
4141 AgmCoreModule . forRoot ( googleMapsParams ) ,
4242 MatGoogleMapsAutocompleteModule . forRoot ( ) ,
You can’t perform that action at this time.
0 commit comments