mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-28 02:53:11 +00:00
21 lines
874 B
HTML
21 lines
874 B
HTML
<mat-toolbar>
|
|
|
|
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutAlign.gt-xs="space-between center" fxFlex>
|
|
|
|
<a href="https://1.envato.market/c/1257954/275988/4415?u=https%3A%2F%2Fthemeforest.net%2Fitem%2Ffuse-angularjs-material-design-admin-template%2F12931855"
|
|
target="_blank" mat-button class="pink" fxFlex="0 0 auto" fxLayout="row"
|
|
fxLayoutAlign="start center">
|
|
<mat-icon class="s-16 mr-sm-4">shopping_cart</mat-icon>
|
|
<span>Purchase FUSE (Angular 7+)</span>
|
|
</a>
|
|
|
|
<div fxLayout="row" fxLayoutAlign="start center" fxHide fxShow.gt-xs>
|
|
<a mat-button routerLink="/documentation/getting-started/introduction">Documentation</a>
|
|
<span>•</span>
|
|
<a mat-button routerLink="/documentation/changelog">Changelog</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</mat-toolbar>
|