updated to Angular 13
This commit is contained in:
parent
73b65ce50f
commit
b2aa37eeb6
6 changed files with 20400 additions and 10500 deletions
|
|
@ -2,6 +2,8 @@ import { Ng2FittextDirective } from './directives/ng2-fittext.directive';
|
|||
import { CommonModule } from '@angular/common';
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
export { Ng2FittextDirective } from './directives/ng2-fittext.directive';
|
||||
|
||||
@NgModule({
|
||||
declarations: [Ng2FittextDirective],
|
||||
exports: [Ng2FittextDirective],
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ng2-fittext",
|
||||
"version": "1.2.12",
|
||||
"version": "1.3.0",
|
||||
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
|
||||
"keywords": [
|
||||
"ng2-fittext",
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
"angular 5",
|
||||
"angular 6",
|
||||
"angular 7",
|
||||
"angular 13",
|
||||
"fit text",
|
||||
"responsive text"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue