-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message module content
property should support type TemplateRef
param
#3081
Labels
Comments
content
property should support TemplateRef
type paramcontent
property should support type TemplateRef
param
@kekehaoz Got it. Would be released in the |
wzhudev
pushed a commit
to wzhudev/ng-zorro-antd
that referenced
this issue
Mar 15, 2019
3 tasks
wzhudev
pushed a commit
to wzhudev/ng-zorro-antd
that referenced
this issue
Mar 20, 2019
hsuanxyz
pushed a commit
that referenced
this issue
Mar 20, 2019
* feat(module:message): support template * docs: update content type * fix: createMessage * fix: lint * fix: test close #3081
@wendzhue could you add the usage of the feature demo in docs? |
Ricbet
pushed a commit
to Ricbet/ng-zorro-antd
that referenced
this issue
Apr 9, 2020
* feat(module:message): support template * docs: update content type * fix: createMessage * fix: lint * fix: test close NG-ZORRO#3081
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
* feat(module:message): support template * docs: update content type * fix: createMessage * fix: lint * fix: test close NG-ZORRO#3081
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
we can put navigate link on the message tip with TemplateRef param
What does the proposed API look like?
content: string | TemplateRef
The text was updated successfully, but these errors were encountered: