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
Hey there,
I found a little issue with ng-content. Apparently angular doesn't anymore let ng-content select attribute use Elements as selectors for transcluding elements. Right now it only allows making use of class and attribute selectors.
I figured out there's 4 component in ngSemantic currently using this approach:
Accordion
Card
Message
Modal
These 4 need to be updated or they won't work with the latest versions of angular 2/4.
The text was updated successfully, but these errors were encountered:
Hey there,
I found a little issue with ng-content. Apparently angular doesn't anymore let
ng-content
select attribute use Elements as selectors for transcluding elements. Right now it only allows making use ofclass
andattribute
selectors.I figured out there's 4 component in ngSemantic currently using this approach:
These 4 need to be updated or they won't work with the latest versions of angular 2/4.
The text was updated successfully, but these errors were encountered: