UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
components
/
footer-toolbar
/
footer-toolbar.component.html
8 lines
(7 loc)
•
243 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
div
class
=
"footer-toolbar__left"
>
<
ng-container
*
nzStringTemplateOutlet
=
"extra"
>
{{ extra }}
</
ng-container
>
</
div
>
<
div
class
=
"footer-toolbar__right"
>
<
error-collect
*
ngIf
=
"errorCollect"
>
</
error-collect
>
<
ng-content
>
</
ng-content
>
</
div
>