https://github.com/netanelbasal/ng2focus
Angular 2 directive for auto focusing on inputs and text area
https://github.com/netanelbasal/ng2focus
Last synced: about 2 months ago
JSON representation
Angular 2 directive for auto focusing on inputs and text area
- Host: GitHub
- URL: https://github.com/netanelbasal/ng2focus
- Owner: NetanelBasal
- Created: 2016-10-19T16:40:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T16:50:42.000Z (over 9 years ago)
- Last Synced: 2025-09-26T16:41:44.760Z (9 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 2 auto focus
##### Angular 2 directive for auto focusing on inputs and text area
1. `npm install --save ng2focus`
2. In your template:
```html
```