Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Update getting-started.component.html #1510

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions demo/src/app/getting-started.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ <h2 class="header">Installation</h2>
<h4>Angular-CLI</h4>
<p>Using <a href="https://github.com/angular/angular-cli">angular-cli</a>, add the angular-datatables dependency:</p>
<section [innerHTML]="ngAddSnippet" hljsContent=".bash"></section>
<p>Note that you may need to add the version appropriate for your version of angular:</p>
<pre>ng add [email protected]</pre>
<p>See the <a href="https://github.com/l-lin/angular-datatables/releases">releases</a> for more information</p>
</div>
</div>

Expand Down