ng-affix

0.0.5 • Public • Published

Affix open source angular2, angular4, angular5, angular6 modules. It will install all angular dependency ask for project name, project name must be lowercase ex.(test-project)

Node modules command

  1. npm i ng-affix
  2. ng serve --open

After completion above task execute following ng serve --open command

  1. ng-affix modules will create systematic folder structures.
  2. ng-affix modules will create demo code like models, components and services which helps for angular developers.
  3. We have added endpoints json concept which helps for managing multiple endpoints and url.

You can use schematics styles like less and sass please find below steps to use less in your project.

  1. npm install -g less

  2. update angular.json file

    "schematics": { "@schematics/angular:component": {
    "styleext": "less"
    }
    },

  3. *.ts file: @Component({ selector: 'app-form-demo', templateUrl: './form-demo.component.html', styleUrls: ['./form-demo.component.less'] })

Links:

https://github.com/sheikhbarkat/ng-affix

https://www.npmjs.com/package/ng-affix

https://angular.io/guide/quickstart

https://www.typescriptlang.org/

http://lesscss.org/

you can reach to sheikhbarkat143@gmail.com for more help.

@new version fixed installtion issues.

Readme

Keywords

none

Package Sidebar

Install

npm i ng-affix

Weekly Downloads

4

Version

0.0.5

License

ISC

Unpacked Size

34.4 kB

Total Files

42

Last publish

Collaborators

  • sheikhbarkat