From 1949c22edf60522570cbf9298a1380bcf01bbac8 Mon Sep 17 00:00:00 2001 From: Vladimir Potekhin <46284632+vladimirpotekhin@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:46:58 +0300 Subject: [PATCH] chore(demo): add note to ng-add installation (#8877) --- .../demo/src/modules/app/home/home.template.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/projects/demo/src/modules/app/home/home.template.html b/projects/demo/src/modules/app/home/home.template.html index 59271aa398ee..9f7489b9fb54 100644 --- a/projects/demo/src/modules/app/home/home.template.html +++ b/projects/demo/src/modules/app/home/home.template.html @@ -33,6 +33,18 @@

Automatic install Taiga UI (recommended)

[code]="nxAdd" /> + + + Note: + 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 + @angular/cdk + and + @angular/animations + first to prevent dependency conflicts. + + +

Manual

Use this guide to install Taiga UI manually: