Fix .gitignore and build demo project (#98)

* Update package-lock.json

* Add gitignore editor folders

* Fix demo build missing dependency
This commit is contained in:
Lorenzo Iovino 2024-01-30 15:22:06 +01:00 committed by GitHub
parent 5f80320afd
commit 7c20b83d33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 7988 additions and 4294 deletions

View file

@ -1,7 +1,7 @@
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { Ng2FittextModule } from 'lib';
import { Ng2FittextModule } from '../../projects/lib/src/ng2-fittext.module';
@NgModule({
declarations: [