https://github.com/thesurenk/angular-ionic-4-all-components-demo
Demo of Ionic 4 All Components in Angular
https://github.com/thesurenk/angular-ionic-4-all-components-demo
angular ionic ionic-angular ionic-framework ionic4
Last synced: about 1 year ago
JSON representation
Demo of Ionic 4 All Components in Angular
- Host: GitHub
- URL: https://github.com/thesurenk/angular-ionic-4-all-components-demo
- Owner: thesurenk
- License: mit
- Created: 2019-01-24T23:23:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T14:52:26.000Z (over 7 years ago)
- Last Synced: 2025-03-26T13:45:31.896Z (about 1 year ago)
- Topics: angular, ionic, ionic-angular, ionic-framework, ionic4
- Language: TypeScript
- Size: 126 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IONIC 4 - Components In Angular
This is a demo site with all [Ionic 4 Components](https://blog.ionicframework.com/introducing-ionic-4-ionic-for-everyone/) built in Angular 7.
# Components
## Inputs

## Form

## Modals

## Router Link

## Tabs

## Slides

## Virtual Scroll

## Nested Outlet

## View Child

## Providers

# Build, Deploy
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.1.0.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
# Credits
* This example is forked from [ionic-team's angular example](https://github.com/ionic-team/ionic/tree/master/angular/test/test-app)