File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
projects/arc-docs/src/app/docs/auth-doc Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
2
import { RouterModule , Routes } from '@angular/router' ;
3
3
import { DocIntrodutionComponent } from './components/doc-introdution/doc-introdution.component' ;
4
- import { InstallationDocComponent } from './components/installation-doc/installation-doc.component' ;
5
4
6
5
const routes : Routes = [
7
6
{
@@ -13,10 +12,6 @@ const routes: Routes = [
13
12
path : 'authDocIntro' ,
14
13
component : DocIntrodutionComponent ,
15
14
} ,
16
- {
17
- path : 'installation' ,
18
- component : InstallationDocComponent ,
19
- } ,
20
15
] ;
21
16
22
17
@NgModule ( {
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import {AuthDocRoutingModule} from './auth-doc-routing.module';
5
5
import { DocIntrodutionComponent } from './components/doc-introdution/doc-introdution.component' ;
6
6
import { CliWrapperComponent } from '@project-lib/components/cli-wrapper/cli-wrapper.component' ;
7
7
import { ThemeModule } from '@project-lib/theme/theme.module' ;
8
- import { InstallationDocComponent } from './components/installation-doc/installation-doc.component' ;
9
8
10
9
@NgModule ( {
11
- declarations : [ DocIntrodutionComponent , InstallationDocComponent ] ,
10
+ declarations : [ DocIntrodutionComponent ] ,
11
+
12
12
imports : [
13
13
CommonModule ,
14
14
AuthDocRoutingModule ,
You can’t perform that action at this time.
0 commit comments