Closed lacolaco closed 2 weeks ago
Since Angular v19, components are set as standalone: true by default, but ATL is currently supporting only non-standalone wrapper. For forward-compatibility, make default wrapper standalone: false explicitly.
standalone: false
Since Angular v19, components are set as standalone: true by default, but ATL is currently supporting only non-standalone wrapper. For forward-compatibility, make default wrapper
standalone: false
explicitly.