File tree Expand file tree Collapse file tree
src_app/app/component/home Expand file tree Collapse file tree Original file line number Diff line number Diff 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})
7878export 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}
You can’t perform that action at this time.
0 commit comments