An open API service indexing awesome lists of open source software.

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.

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
### Email
### Number
### Range
### Search
### Tel
### Url

## Dropdown
### Simple
### Multiselect
### Editable

## Contributing
[shohel rana](https://github.com/mdshohelrana) [ferozahmed26](https://github.com/ferozahmed26) [Imon Hossain](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 :)