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

lineman-angular2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lineman-angular2

A Lineman plugin for Angular 2

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

lineman-angular2

Introduction

This is a plugin to get started with Angular 2 using Lineman. This plugin started as a fork of lineman-angular lineman plugin for Angular 1, and re-factored it to support the development of pure Angular 2 applications.

We recommend you look at a Angular 2 template project as a starting point.

What's this plugin do?

This plugin will configure your lineman project to incorporate:

  • files definitions to support NG2 specific task management.
  • grunt-ts to compile Typescript (ts)files.
  • Tasks to manage NG2 files.
  • Workflow to execute NG2 build / run tasks.
  • Watch to watch NG2 files and trigger NG2 tasks.

Assumptions

This plugin assumes:

  • The following file structure
your-project-name
|-- .gitignore
|-- app/
    |
    |- main/
       |- main.css
       |- main.html
       |- main.ts
    |- yourModuleA/
       |- moduleA.css
       |- moduleA.html
       |- moduleA.ts
    |- .../
    |- yourModuleN/
       |- moduleN.css
       |- moduleN.html
       |- moduleN.ts    
    |- app.css
    |- bootstrap.ts
|-- config/
|-- dist/
|-- generated/
|-- node_modules/
|-- spec/
    |
    |- *_spec.ts
|-- spec-e2e/
    |
    |- *_spec-e2e.ts
|-- tasks/
|-- CHANGELOG.md
|-- Gruntfile.js
|-- LICENSE
|-- README.md
|-- index.html
|-- package.json
|-- systems.config.js
|-- tslint.json
|-- typings.json

Sample application

See the lineman-angular2-template project for a sample application of this plugin.

Keywords

lineman

FAQs

Package last updated on 06 Aug 2016

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