You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
[ ] Other... Please describe:
Current behavior
I would like to extract all svg definition from the template to a "skeleton library file" so as to keep my template as clean as possible and let the skeleton library file take care of the skeleton definitions.
I guess I am looking for similar behaviour as the <use> element in <svg> with ahrefattribute that could be the location of my skeleton definition in the library file.
Expected behavior
Ultimately I would only add the content-loader and props into my template, something like :
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Is there any way to get that abstraction to separate the skeleton definition from the template ?
Environment
Angular version:14.0.3
Browser:
- [x] Chrome (desktop) version 108.0.5359.94
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
The text was updated successfully, but these errors were encountered:
Current behavior
I would like to extract all svg definition from the template to a "skeleton library file" so as to keep my template as clean as possible and let the skeleton library file take care of the skeleton definitions.
I guess I am looking for similar behaviour as the
<use>
element in<svg>
with ahref
attribute that could be the location of my skeleton definition in the library file.Expected behavior
Ultimately I would only add the content-loader and props into my template, something like :
The "skeleton library file" would contain a list of skeleton definition for ex :
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Is there any way to get that abstraction to separate the skeleton definition from the template ?
Environment
The text was updated successfully, but these errors were encountered: