0.0.1-beta-9 • Published 8 years ago
a-autocomplete v0.0.1-beta-9
A-Autocomplete
Angular lib wrapper for JQuery ui Autocomplete
Install
npm install --save a-autocomplete
Usage
- Import the module in your module.
import {AAutocompleteModule} from 'a-autocomplete';
@NgModule({
...
imports:[AAutocompleteModule]
...
})
- Include the js and the css in your .angular-cli.json
...
"styles": [
"../node_modules/jquery-ui-dist/jquery-ui.min.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/jquery-ui-dist/jquery-ui.min.js"
]
...
- Use it in the component
<input [options]="{source: ['hola', 'mundo']}" a-autocomplete>
You can set any autocomplete option, that jquery-ui autocomplete in Autocomplete Docs
0.0.1-beta-9
8 years ago
0.0.1-beta-8
8 years ago
0.0.1-beta-6
8 years ago
0.0.1-beta-5
8 years ago
0.0.1-beta-4
8 years ago
0.0.1-beta-3.3
8 years ago
0.0.1-beta-3.2
8 years ago
0.0.1-beta-3.1
8 years ago
0.0.1-beta-3
8 years ago
0.0.1-beta-2.7
8 years ago
0.0.1-beta-2.6
8 years ago
0.0.1-beta-2.5
8 years ago
0.0.1-beta-2.4
8 years ago
0.0.1-beta-2.3
8 years ago
0.0.1-beta-2.2
8 years ago
0.0.1-beta-2.1
8 years ago
0.0.1-beta-2
8 years ago
0.0.1-beta-1
8 years ago