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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
RemarkComponent, RemarkNodeComponent and RemarkTemplateDirective are now standalone and can be imported individually in other standalone components.
RemarkModule can still be imported as well, for convenience. Note that it is not an NgModule anymore, but rather an array of the 3 components above (thus this update does NOT break compatibility with previous versions, as the code to import the module is completely unchanged).