Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
* ------ BEGIN LICENSE ATTRIBUTION ------
*
* Portions of this file have been appropriated or derived from the following project(s) and therefore require attribution to the original licenses and authors.
*
* Repository: https://github.com/angular/angular-bazel-example
* Source File: src/app/app-routing.module.ts
*
* Copyrights:
* copyright (c) 2014-2017 google, inc. http://angular.io
*
* Licenses:
* MIT License
* SPDXId: MIT
*
* Auto-attribution by Threatrix, Inc.
*
* ------ END LICENSE ATTRIBUTION ------
*/
import { NgModule } from '@angular/core';
import { PreloadAllModules, RouterModule, Routes } from '@angular/router';

Expand Down