Closed devandreassimmeth closed 1 year ago
@devandreassimmeth this issue was automatically closed because it did not follow our rules:
IMPORTANT: Please use the following link to create a new issue: https://www.creative-tim.com/new-issue/soft-ui-design-system-pro **If your issue was not created using the app above, it will be closed immediately.** Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit: š https://www.creative-tim.com/bundles š https://www.creative-tim.com
Version
1.1.1
Operating System
Windows
Device
Lenovo ThinkPad
Browser & Version
Chrome(110.0.5481.178) / Firefox(newest)
Steps to reproduce
Create a new Angular project.
Install packages: "bootstrap": "5.2.3", "choices.js": "9.0.1", "popper.js": "^1.16.1" (you can also use the newest choices version, same error here)
Add ReactiveForms to Angular project.
Add Soft UI Design System PRO scss/js to assets.
Add styles/scripts to angular.json: "styles": [ "node_modules/@fortawesome/fontawesome-free/css/fontawesome.min.css", "node_modules/bootstrap/scss/bootstrap.scss", "node_modules/choices.js/public/assets/styles/choices.min.css", "apps/my-app/src/assets/scss/soft-design-system-pro.scss", // Path is like that because we use Nx ... ], "scripts": [ "node_modules/@fortawesome/fontawesome-free/js/fontawesome.min.js", "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js", "node_modules/popper.js/dist/umd/popper.min.js", "node_modules/choices.js/public/assets/scripts/choices.min.js", "apps/my-app/src/assets/js/soft-design-system-pro.min.js", ... ]
Add form-element to page:
Add Choices over Component:
}