Open spennyf opened 5 months ago
When I set my my prime ng in package.json
from "primeng": "^17.17.0",
to "primeng": "17.2.0",
the issue is fixed. Looks like there is a bug i 17.17.0
version 17.12.0
was the last working version 17.13.0
it does not work
Describe the bug
When following the Integration with Existing Angular CLI Projects guide from the documentation of the Ultima template and then adding a splitter that is
layout="horizontal"
with a[minSizes]
is does not apply the[minSizes]
. If it islayout="vertical it works"
.Environment
I made a new angular application
ng new --no-standalone smaple-prime
and then followed the guide on how to add the template to an existing app.Reproducer
I can share the sample project but did not want to upload here as it has the template code which shouldnt be posted publicly
Angular version
17.3.0
PrimeNG version
17.17.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.13.1
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The minSizes should be applied