# ionic-angular

> A powerful framework for building mobile and progressive web apps with JavaScript and Angular

Latest version **3.9.10** (published 2020-04-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install ionic-angular
pnpm add ionic-angular
yarn add ionic-angular
bun add ionic-angular
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no types; large bundle.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.9.10 |
| Published | 2020-04-08 |
| First published | 2016-02-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 18.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52664 |
| Maintainers | adamdbradley, brandyscarney, danbucholtz, jgw96, jthoms1, kensodemann, manucorporat, maxlynch, mhartington, perrygovier, tlancina |
| Keywords | ionic, framework, mobile, app, hybrid, webapp, cordova, progressive web app, pwa |

## Links

- npm: https://www.npmjs.com/package/ionic-angular
- Repository: https://github.com/ionic-team/ionic
- Homepage: https://github.com/ionic-team/ionic#readme
- Issues: https://github.com/ionic-team/ionic/issues
- npm.io page: https://npm.io/package/ionic-angular

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 3.9.10 (latest) — 2020-04-08
- 3.9.10-202005061940 (nightly) — 2020-05-06
- 1.3.5 (legacy) — 2017-11-02
- 1.3.4-201710251625 (v1-nightly) — 2017-10-25
- 4.0.0-alpha.0 (canary) — 2017-04-18
- 3.0.0-beta.3 (beta) — 2017-03-27
- 3.9.9 — 2019-10-07
- 3.9.8-201910071810 — 2019-10-07
- 3.9.8 — 2019-07-11
- 3.9.7 — 2019-07-11
- 3.9.6 — 2019-05-20
- 3.9.5-201905161949 — 2019-05-16
- 3.9.5 — 2019-04-16
- 3.9.4-201904101244 — 2019-04-10
- 3.9.4-201904091825 — 2019-04-09
- … 402 more at https://npm.io/package/ionic-angular/versions

## README

## Ionic Framework

The official npm package for [Ionic](https://ionicframework.com/), complete with pre-built ES5 bundles, TypeScript definitions, Sass files, CommonJS ES5 files, and more.

To get started with Ionic, please read the [Installation Guide](https://ionicframework.com/docs/intro/installation/).

[Ionic Documentation](https://ionicframework.com/docs/)

### Source files

In the root of the package are ES5 sources in the CommonJS module format, their associated Typescript type definition files, and the Ionic Sass entry files. The Javascript sources are meant to be used by a bundler such as Webpack, SystemJS Builder, or Browserify. The type definitions provide support to Typescript tooling for things like type checking and code completion.

Usually, the only import required by the user is `ionic-angular`, as everything from Ionic is exported by the package:

```
  import { App, NavController } from 'ionic-angular';
```

### Bundles

Minified and unminified CommonJS and System.register module format bundles, as well as compiled CSS stylesheets for both Ionic iOS and Material Design are located `bundles/`. The SystemJS bundle is  primarily meant to be included in a `<script>` tag for demos, tests and Javascript playgrounds like [Plunker](https://plnkr.co/).

### Installation and More

To use Ionic, we recommend installing and utilizing the [Ionic CLI](https://ionicframework.com/docs/intro/installation/) which will help you create pre-configured Ionic apps.

For full instructions on using Ionic, please visit the [Ionic Documentation](https://ionicframework.com/docs/)

---
_Source: https://npm.io/package/ionic-angular · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
