Skip to content

Commit 874e2fb

Browse files
committed
demo(app): adjusted the git url
1 parent abf40a8 commit 874e2fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/src/app/getting-started/getting-started.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ <h1>Getting Started</h1>
515515
<p>@angular-material-extensions/pages the main container that hold the pages incl. the outlook view and the content</p>
516516

517517
<pre><code highlight
518-
[code]="'<ngx-material-page-loader></ngx-material-page-loader>'"></code></pre>
518+
[code]="'<mat-material-page-loader></ngx-material-page-loader>'"></code></pre>
519519
<p>ngx-material-page-loader the container of each page. This component should have two nested elements
520520
which are the outlook and the content components (see below)</p>
521521

@@ -565,12 +565,12 @@ <h1>Getting Started</h1>
565565
</div>
566566
<div fxLayout="row" fxLayoutAlign="space-between">
567567
<pre><code highlight
568-
[code]="'git clone https://github.com/AnthonyNahas/@angular-material-extensions/pages.git'"></code></pre>
568+
[code]="'git clone https://github.com/angular-material-extensions/pages.git'"></code></pre>
569569
<button mat-icon-button
570570
ngxClipboard
571-
[cbContent]="'git clone https://github.com/AnthonyNahas/@angular-material-extensions/pages.git'"
571+
[cbContent]="'git clone https://github.com/angular-material-extensions/pages.git'"
572572
matTooltip="copy"
573-
(click)="showCopyMessage('git clone https://github.com/AnthonyNahas/@angular-material-extensions/pages.git')">
573+
(click)="showCopyMessage('git clone https://github.com/angular-material-extensions/pages.git')">
574574
<mat-icon aria-label="copy content" class="mat-18">content_copy</mat-icon>
575575
</button>
576576
</div>

0 commit comments

Comments
 (0)