Skip to content

Commit b9fd430

Browse files
committed
chore: change link to StackBlitz example on homepage
1 parent 1bc692d commit b9fd430

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

src_app/app/component/home/home.route.component.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import { Component } from '@angular/core'
5858
<h5>Bug report:</h5>
5959
<p>
6060
If you find a bug, open an issue with a
61-
<a href="https://stackblitz.com/edit/angular-rcqyv1" target="_blank">stackblitz</a> demo showing it.
61+
<a href="https://stackblitz.com/fork/angular-split-demo" target="_blank">StackBlitz</a> demo showing it.
6262
</p>
6363
</div>
6464
</div>`,
@@ -67,7 +67,7 @@ export class HomeComponent {
6767
code1: string = `npm install angular-split`
6868

6969
code2: string = `import { AngularSplitModule } from 'angular-split';
70-
70+
7171
@NgModule({
7272
imports: [
7373
AngularSplitModule.forRoot(),
@@ -76,12 +76,4 @@ export class HomeComponent {
7676
...
7777
})
7878
export class AppModule {}`
79-
80-
code3: string = `System.config({
81-
map: {
82-
'angular-split': 'node_modules/angular-split/bundles/angular-split.umd.js',
83-
...
84-
},
85-
...
86-
});`
8779
}

0 commit comments

Comments
 (0)