Skip to content

Commit

Permalink
remove: routing
Browse files Browse the repository at this point in the history
  • Loading branch information
k.polyntsov committed Nov 21, 2024
1 parent d77cc38 commit 9bed418
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 38 deletions.
25 changes: 0 additions & 25 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,31 +173,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


@angular/router
MIT
The MIT License

Copyright (c) 2010-2024 Google LLC. https://angular.dev/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


escape-string-regexp
MIT
MIT License
Expand Down
2 changes: 1 addition & 1 deletion docs/8.5a31bb454675faf2.js → docs/8.4ae02359ce54e594.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
<app-root>Loading...</app-root>
<script src="js/prettify.min.js"></script>
<!-- script files will be inserted by html-webpack-plugin -->
<script src="runtime.ee4adea877d3b309.js" type="module"></script><script src="polyfills.a334141288ea3a9c.js" type="module"></script><script src="main.973393f585987415.js" type="module"></script></body>
<script src="runtime.d7858bd0f2a6c26c.js" type="module"></script><script src="polyfills.a334141288ea3a9c.js" type="module"></script><script src="main.f9cf510f1ad879ef.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion docs/main.973393f585987415.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.f9cf510f1ad879ef.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/runtime.d7858bd0f2a6c26c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/runtime.ee4adea877d3b309.js

This file was deleted.

9 changes: 3 additions & 6 deletions src/app/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core';
import { provideRouter } from '@angular/router';

import { routes } from './app.routes';
import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
import {ApplicationConfig, provideZoneChangeDetection} from '@angular/core';
import {provideAnimationsAsync} from '@angular/platform-browser/animations/async';

export const appConfig: ApplicationConfig = {
providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes), provideAnimationsAsync()]
providers: [provideZoneChangeDetection({eventCoalescing: true}), provideAnimationsAsync()]
};
3 changes: 0 additions & 3 deletions src/app/app.routes.ts

This file was deleted.

Empty file removed src/assets/.gitkeep
Empty file.

0 comments on commit 9bed418

Please sign in to comment.