https://github.com/mdshohelrana/angular-examples
Example of angular project based on Angular7. Here we will try to cover all the html element and find out better solution for every component.
https://github.com/mdshohelrana/angular-examples
angular angular-cli angular-validation angular2 angular4 angular5 angular6 angular7 bootstrap4 example-project html-element javascript
Last synced: 18 days ago
JSON representation
Example of angular project based on Angular7. Here we will try to cover all the html element and find out better solution for every component.
- Host: GitHub
- URL: https://github.com/mdshohelrana/angular-examples
- Owner: mdshohelrana
- License: mit
- Created: 2018-02-22T15:42:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T16:01:40.000Z (about 6 years ago)
- Last Synced: 2025-03-25T19:15:24.710Z (about 1 month ago)
- Topics: angular, angular-cli, angular-validation, angular2, angular4, angular5, angular6, angular7, bootstrap4, example-project, html-element, javascript
- Language: TypeScript
- Homepage: https://github.com/mdshohelrana/examples-of-angular
- Size: 692 KB
- Stars: 11
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# All About Angular
:warning: Work In Progress :warning:
Well organized and easy to understand all of the html element by using Angular7, Here we will try to cover all of example that will help you lot to build your skills as well as your project.
Getting started
=================
* [Learn Angular](https://github.com/mdshohelrana/examples-of-angular/wiki)
* [What is Angular](https://github.com/mdshohelrana/examples-of-angular/wiki/angular)
* [Installation](https://github.com/mdshohelrana/examples-of-angular/wiki/Installation)
* [First Angular Application](https://github.com/mdshohelrana/examples-of-angular/wiki/First-Angular-Application)
* [Basic Architecture](https://github.com/mdshohelrana/examples-of-angular/wiki/Basic-Architecture)
* [Features of Angular](https://github.com/mdshohelrana/examples-of-angular/wiki/Features-of-Angular)
* [Angular Lifecycle Hook](https://github.com/mdshohelrana/examples-of-angular/wiki/Angular-Lifecycle-Hook)
* [Binding](https://github.com/mdshohelrana/examples-of-angular/wiki/Binding)
* [Cheatsheet](https://github.com/mdshohelrana/examples-of-angular/wiki/Cheatsheet)Table of contents
=================
* [User Inputs](#user-input)
* [Color](#color)
* [Date](#date)
* [Datetime Local](#number)
* [Month](#text)
* [Week](#email)
* [Time](#number)
* [Email](#text)
* [Number](#email)
* [Range](#number)
* [Search](#text)
* [Tel](#email)
* [Url](#number)
* [Dropdown](#dropdown)
* [Simple](#simple)
* [Multiselect](#multiselect)
* [Editable](#editable)
* [Autocomplete](#autocomplete)
* [Date Picker](#autocomplete)
* [Time Picker](#autocomplete)
* [Input Restrict](#autocomplete)
* [Contributing](#contributing)
* [Development](#development)
* [Inspiration](#inspiration)## User Inputs
### Color
### Date
### Datetime Local
### Month
### Week
### Time
### Number
### Range
### Search
### Tel
### Url## Dropdown
### Simple
### Multiselect
### Editable## Contributing
[](https://github.com/mdshohelrana) [
](https://github.com/ferozahmed26) [
](https://github.com/imonhossain)
## Development
Perform the _clone-to-launch_ steps with these terminal commands.
### Run demo page in watch mode
```
git clone https://github.com/mdshohelrana/examples-of-angular
cd examples-of-angular
yarn
yarn run start
```
### Testing
```
upcomming
```### Release
Beta release
## Inspiration
This work is inspired by [John Papa](https://github.com/johnpapa), [Dan Wahlin](https://github.com/DanWahlin) and [Todd Motto](https://github.com/toddmotto). Check theirs amazing work and components :)