Skip to content

Commit 1943603

Browse files
committed
style: lint
1 parent 84eda5d commit 1943603

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/app-routing.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const routes: Routes = [
1414
@NgModule({
1515
imports: [
1616
RouterModule.forRoot(routes, {
17-
useHash: true
18-
})
17+
useHash: true
18+
})
1919
],
2020
exports: [RouterModule]
2121
})

src/app/data/data.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{{ area['AREA'] }}
1111
</option>
1212
</select>
13-
14-
<!--
13+
14+
<!--
1515
Here we disable the button in 2 cases:
1616
1717
1. Value from the dropdown is not selected

0 commit comments

Comments
 (0)