Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed May 21, 2024
1 parent 0b6cc7d commit e3d1d0f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"builder": "@angular-devkit/build-angular:application",
"options": {
"aot": true,
"outputPath": "dist/igo2-quebec",
"outputPath": "dist",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": ["src/polyfills.ts"],
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test.watch": "ng test",
"test.all": "npm run test && npm run e2e",
"circular-deps.check": "madge --circular --extensions ts src",
"source-map-explorer": "source-map-explorer dist/igo2-quebec/main.*.js"
"source-map-explorer": "source-map-explorer dist/browser/main.*.js"
},
"dependencies": {
"@angular/animations": "^17.2.4",
Expand All @@ -39,9 +39,7 @@
"@angular/platform-browser-dynamic": "^17.2.4",
"@angular/router": "^17.2.4",
"@angular/service-worker": "^17.2.4",
"@igo2/auth": "^17.0.0-next.7",
"@igo2/common": "^17.0.0-next.7",
"@igo2/context": "^17.0.0-next.7",
"@igo2/core": "^17.0.0-next.7",
"@igo2/geo": "^17.0.0-next.7",
"@igo2/integration": "^17.0.0-next.7",
Expand Down
21 changes: 0 additions & 21 deletions scripts/src/locale-copy-from-igo2-core.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import {
import { QueryState, SearchState } from '@igo2/integration';
import {
FilterButtonComponent,
IMapConfig,
LegendButtonComponent,
MapComponent
} from '@igo2/sdg';
Expand All @@ -49,7 +50,6 @@ import olFormatGeoJSON from 'ol/format/GeoJSON';

import { debounceTime, skipWhile, take } from 'rxjs/operators';

import { IMapConfig } from '../../../../../../../packages/sdg/src/lib/map/shared/map.interface';
import { AppService } from '../../../app.service';
import { SidenavToggleComponent } from '../../sidenav/sidenav-toggle/sidenav-toggle.component';
import { MapScreenPanelComponent } from './map-screen-panel/map-screen-panel.component';
Expand Down

0 comments on commit e3d1d0f

Please sign in to comment.