New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

mileum

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mileum

[![npm version](https://badge.fury.io/js/mileum.svg)](https://badge.fury.io/js/mileum) [![Build Status](https://travis-ci.org/CodeMileu/mileum.svg?branch=master)](https://travis-ci.org/CodeMileu/mileum)

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Mileum

npm version Build Status

Intro

Mileum is an Angular 2(v4.3.0) framework intended for rapid application development. It's still in BETA phase but is published on npm repository and can be installed and used. Documentation is being updated as new features are being released.

Installation

First add the package to your package.json or install it with the following command from terminal:

npm install --save mileum

Then simply import the module into your project and add it to your AppModule's imports with forRoot().

import { MileumModule } from 'mileum/module';

@NgModule({
 ...
 imports: [
  MileumModule.forRoot()
 ]
 ...
})

You can now use all the features by simply importing them into desired part of your application, check usage for more info on specific features.

Table of contents

Usage

Services

Currently suppored services:

Components

Currently supported components:

Tests

Tests are not supported yet.

Dependencies

Full list of dependencies:

  • "@angular/common": "^4.0.0"
  • "@angular/compiler": "^4.0.0"
  • "@angular/core": "^4.0.0"
  • "@angular/forms": "^4.0.0"
  • "@angular/http": "^4.0.0"
  • "@angular/platform-browser": "^4.0.0"
  • "@angular/platform-browser-dynamic": "^4.0.0"
  • "@angular/router": "^4.0.0"
  • "core-js": "^2.4.1"
  • "rxjs": "^5.1.0"
  • "ts-helpers": "^1.1.1"
  • "zone.js": "^0.8.4"

FAQs

Package last updated on 21 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts