Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
icecoldfire committed Jan 2, 2022
1 parent b27d4ab commit 0a90b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/ng-select2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-select2",
"version": "1.4.0",
"version": "1.4.1",
"description": "Angular wrapper component of jQuery select2.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/app/demos/autofill/autofill.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component, OnInit } from '@angular/core';
import { FormControl } from '@angular/forms';
import { Select2OptionData } from 'ng-select2';
import { Options } from 'Select2';
import {FormControl} from '@angular/forms';
import { Options } from 'select2';

@Component({
selector: 'app-autofill',
Expand Down

0 comments on commit 0a90b76

Please sign in to comment.