0.0.5 • Published 6 years ago

ng-affix v0.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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. 2. 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"                                                                             
        }   
      },
  1. *.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.