Skip to content

Commit

Permalink
chore(demo): add note to ng-add installation (#8877)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Sep 10, 2024
1 parent 99c8e4e commit 1949c22
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/demo/src/modules/app/home/home.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ <h2>Automatic install Taiga UI (recommended)</h2>
[code]="nxAdd"
/>

<tui-notification class="tui-space_top-5">
<span>
<strong>Note:</strong>
If you want to add Taiga UI to a project that is not using the latest major version of Angular, make sure to
install the appropriate version of
<code>&#64;angular/cdk</code>
and
<code>&#64;angular/animations</code>
first to prevent dependency conflicts.
</span>
</tui-notification>

<h2 class="tui-space_top-10">Manual</h2>
<p class="tui-space_top-2">Use this guide to install Taiga UI manually:</p>

Expand Down

0 comments on commit 1949c22

Please sign in to comment.