2.0.1 • Published 4 years ago

td-ng v2.0.1

Weekly downloads
15
License
ISC
Repository
-
Last release
4 years ago

NgxThoughtDesign

How to use

  • npm install td-ng
  • Import modules you need in your components
         import { TDSidebarModule } from 'td-ng'
  • In your main scss file, import td-ng sass file after variable but before possible overrides, like we do for bootstrap-sass
      @import "settings/variable";
      @import "~td-ng/scss/td-ng";
      @import "components/cards";
  • This would allow your custom vaiables override the default variables in td-ng

Code scaffolding

Run ng generate component component-name --project NgxThoughtDesign to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project NgxThoughtDesign.

Note: Don't forget to add --project NgxThoughtDesign or else it will be added to the default project in your angular.json file.

Making Changes

After making changes to the code or adding new features, you can test it locally in this app holding this library, and after testing everything, you need to increase the version of the library in the package.json file before you build and publish.

Build

Run npm run build:td-ng to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with npm run build:td-ng, go to the dist folder cd dist/ngx-thought-design and run npm publish.

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

Note: You need a library owner to add you as a contributor to be able to publish the library.

Update Your Project

Make sure you update td-ng package version in your project and run npm install to get the latest changes.

2.0.1

4 years ago

2.0.0

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.0.21

4 years ago

1.1.0

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.9.7

5 years ago

0.9.6

5 years ago

0.9.5

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.10

5 years ago

0.8.9

5 years ago

0.8.8

5 years ago

0.8.7

5 years ago

0.8.6

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago