-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(module:message): support template #3102
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3102 +/- ##
==========================================
+ Coverage 97.32% 97.32% +<.01%
==========================================
Files 550 550
Lines 11526 11527 +1
Branches 824 824
==========================================
+ Hits 11218 11219 +1
Misses 199 199
Partials 109 109
Continue to review full report at Codecov.
|
Deploy preview for ng-zorro-master ready! Built with commit 3029d03 |
}) | ||
export class DemoAppComponent {} | ||
export class DemoAppComponent { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
解一下冲突
84ea84f
to
62c729d
Compare
* feat(module:message): support template * docs: update content type * fix: createMessage * fix: lint * fix: test close NG-ZORRO#3081
* feat(module:message): support template * docs: update content type * fix: createMessage * fix: lint * fix: test close NG-ZORRO#3081
close #3081
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
A user cannot pass a
TemplateRef
tocontent
. They have to use inline HTML.Issue Number: #3081
What is the new behavior?
Now a user can pass a
TemplateRef<void>
tocontent
.Does this PR introduce a breaking change?
Other information