ngx-dropdown-list
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "ngx-dropdown-list", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -18,20 +18,16 @@ # ngx-dropdown-list | ||
```TypeScript | ||
import { BrowserModule } from '@angular/platform-browser'; | ||
import { NgModule } from '@angular/core'; | ||
import { DropdownListModule } from 'ngx-dropdown-list'; | ||
import { AppComponent } from './app.component'; | ||
import { DropdownListModule } from '../ngx-dropdown-list'; | ||
@NgModule({ | ||
declarations: [ | ||
AppComponent | ||
... | ||
], | ||
imports: [ | ||
BrowserModule, | ||
DropdownListModule, | ||
... | ||
], | ||
providers: [], | ||
bootstrap: [AppComponent] | ||
bootstrap: [...] | ||
}) | ||
export class AppModule { } | ||
@@ -38,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
761289
95