Skip to content

Commit 805ab83

Browse files
committed
Angular PWA Course
1 parent 36d3dd5 commit 805ab83

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

src/app/app-routing.module.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ import {LessonsComponent} from "./lessons/lessons.component";
77
{
88
path: '',
99
component: LessonsComponent
10-
},
11-
{
12-
path: '**',
13-
redirectTo: '/',
14-
pathMatch: 'full'
1510
}
1611
];
1712

src/app/app.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {Component, OnInit} from '@angular/core';
2-
import {Observable} from "rxjs/Observable";
32
import {SwPush, SwUpdate} from "@angular/service-worker";
43

54

src/assets/loading.gif

132 KB
Loading

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Angular Security Course</title>
5+
<title>Angular PWA Course</title>
66

77
<base href="/">
88

0 commit comments

Comments
 (0)