# ng2-alfresco-core

> Alfresco Angular 2 Components core

Latest version **1.9.0** (published 2017-10-09) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install ng2-alfresco-core
pnpm add ng2-alfresco-core
yarn add ng2-alfresco-core
bun add ng2-alfresco-core
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.9.0 |
| Published | 2017-10-09 |
| First published | 2016-06-29 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 22 |
| Known vulnerabilities | 0 (+23 in 4 direct dependencies) |
| Install scripts | no |
| GitHub stars | 304 |
| Author | Alfresco Software, Ltd. |
| Maintainers | alfresco |
| Keywords | ng2, angular, angular2, alfresco |

## Links

- npm: https://www.npmjs.com/package/ng2-alfresco-core
- Repository: https://github.com/Alfresco/alfresco-ng2-components
- Homepage: https://github.com/Alfresco/alfresco-ng2-components#readme
- Issues: https://github.com/Alfresco/alfresco-ng2-components/issues
- npm.io page: https://npm.io/package/ng2-alfresco-core

## Dependencies (22)

- [rxjs](https://npm.io/package/rxjs.md) 5.1.0
- [moment](https://npm.io/package/moment.md) 2.15.1
- [core-js](https://npm.io/package/core-js.md) 2.4.1
- [zone.js](https://npm.io/package/zone.js.md) 0.8.12
- [hammerjs](https://npm.io/package/hammerjs.md) 2.0.8
- [systemjs](https://npm.io/package/systemjs.md) 0.19.27
- [@angular/cdk](https://npm.io/package/@angular/cdk.md) 2.0.0-beta.10
- [@angular/core](https://npm.io/package/@angular/core.md) 4.3.6
- [@angular/http](https://npm.io/package/@angular/http.md) 4.3.6
- [@angular/forms](https://npm.io/package/@angular/forms.md) 4.3.6
- [@angular/common](https://npm.io/package/@angular/common.md) 4.3.6
- [@angular/router](https://npm.io/package/@angular/router.md) 4.3.6
- [alfresco-js-api](https://npm.io/package/alfresco-js-api.md) 1.9.0
- [reflect-metadata](https://npm.io/package/reflect-metadata.md) 0.1.10
- [@angular/compiler](https://npm.io/package/@angular/compiler.md) 4.3.6
- [@angular/material](https://npm.io/package/@angular/material.md) 2.0.0-beta.10
- [@angular/animations](https://npm.io/package/@angular/animations.md) 4.3.6
- [@ngx-translate/core](https://npm.io/package/@ngx-translate/core.md) 7.0.0
- [material-design-lite](https://npm.io/package/material-design-lite.md) 1.2.1
- [@angular/compiler-cli](https://npm.io/package/@angular/compiler-cli.md) 4.3.6
- [@angular/platform-browser](https://npm.io/package/@angular/platform-browser.md) 4.3.6
- [@angular/platform-browser-dynamic](https://npm.io/package/@angular/platform-browser-dynamic.md) 4.3.6

## Recent versions

- 1.9.0 (latest) — 2017-10-09
- 2.0.0-6a24c6ef754f24212bdd7120d5cdbe47b83c3432 (alpha) — 2017-11-14
- 1.10.0-beta7 (beta) — 2017-11-10
- 2.0.0-f8866df97d117e5ff0b3f72c4fc6053af372c5fe — 2017-11-14
- 1.10.0-f14910458d662c51747383966238769bb90c4a1b — 2017-11-13
- 1.10.0-e708fc6182c2de71b8c83e8bcd3edd9a02c70c3b — 2017-11-13
- 1.10.0-961e89ea7374f2b8d43af8ba4b5cb9a6b1eda858 — 2017-11-13
- 1.10.0-9608beba9f33e8b50d9b1015cdbb997ce2925910 — 2017-11-13
- 1.10.0-5d480ba366dda183c16be96cf5796b9f39f0435a — 2017-11-13
- 1.10.0-efac6eeafe321f7392ee1b18a2581f769f5403f7 — 2017-11-11
- 1.10.0-4ac523df117d9e422b942ee8ce4cc6a65c0ee581 — 2017-11-09
- 1.10.0-e1e9c735b496e67510e8230db931730bc75ef780 — 2017-11-09
- 1.10.0-34f51e3558049c81e7145eaf08044469144c94a0 — 2017-11-09
- 1.10.0-1e0b20517c0cd766527b49b1ae512e64da2efd5a — 2017-11-09
- 1.10.0-cbc5e9ad456316caa46d96932e67afc30481a2dd — 2017-11-09
- … 613 more at https://npm.io/package/ng2-alfresco-core/versions

## README

# Alfresco Core Library

Contains a variety of components, directives and services used throughout ADF

<!-- markdown-toc start - Don't edit this section.  npm run toc to generate it-->

<!-- toc -->

- [Documentation](#documentation)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Build from sources](#build-from-sources)
- [NPM scripts](#npm-scripts)
- [Demo](#demo)
- [License](#license)

<!-- tocstop -->

<!-- markdown-toc end -->

## Documentation

See the [ADF Core](../../docIndex.md#adf-core) section of the [docs index](../../docIndex.md)
for all available documentation on this library.

## Prerequisites

Before you start using this development framework, make sure you have installed all required software and done all the
necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng2-components/blob/master/PREREQUISITES.md).

> If you plan using this component with projects generated by Angular CLI, please refer to the following article: [Using ADF with Angular CLI](https://github.com/Alfresco/alfresco-ng2-components/wiki/Angular-CLI)

## Install

```sh
npm install ng2-alfresco-core
```

## Build from sources

You can build component from sources with the following commands:

```sh
npm install
npm run build
```

> The `build` task rebuilds all the code, runs tslint, license checks 
> and other quality check tools before performing unit testing.

## NPM scripts

| Command | Description |
| --- | --- |
| npm run build | Build component |
| npm run test | Run unit tests in the console |
| npm run test-browser | Run unit tests in the browser
| npm run coverage | Run unit tests and display code coverage report |

## Demo

Please check the demo folder for a demo project

```sh
cd demo
npm install
npm start
```

## License

[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE)

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