diff --git a/src/app/components/search/search.component.html b/src/app/components/search/search.component.html index a621a28..cdc75e1 100644 --- a/src/app/components/search/search.component.html +++ b/src/app/components/search/search.component.html @@ -1,7 +1,7 @@

Search

- + {{plugin.name}} diff --git a/yarn.lock b/yarn.lock index 9ff470a..964642a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -190,6 +190,13 @@ dependencies: tslib "^1.9.0" +"@angular/flex-layout@^8.0.0-beta.27": + version "8.0.0-beta.27" + resolved "https://registry.yarnpkg.com/@angular/flex-layout/-/flex-layout-8.0.0-beta.27.tgz#a697d5a90e6d04c06b02ee872f88f384d1723f7c" + integrity sha512-qmpvQPesU4ZQ56IscwgmVRpK2UnyV+gwvXUql7TMv0QV215hLcHczjGsrKkLfW2By5E7XEyDat9br72uVXcPMw== + dependencies: + tslib "^1.7.1" + "@angular/forms@^8.2.8": version "8.2.14" resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-8.2.14.tgz#7d357c346a3884881beb044c50ec4a09d3d7ee8e"