Skip to content

Commit

Permalink
cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
rockaru committed Jul 27, 2020
1 parent af4f698 commit ce572c9
Show file tree
Hide file tree
Showing 43 changed files with 178 additions and 207 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
![Build](https://github.com/rockaru/material-dual-listbox/workflows/Build/badge.svg)
![Demo](https://github.com/rockaru/material-dual-listbox/workflows/Demo/badge.svg)
![Build](https://github.com/rockaru/mea-material-dual-listbox/workflows/Build/badge.svg)
![Demo](https://github.com/rockaru/mea-material-dual-listbox/workflows/Demo/badge.svg)

# Material Dual Listbox
# Mea Material Dual Listbox

Simple dual list box component to use with your Angular app, along with Angular Material.
Simple dual list box component to use in your Angular app, along with Angular Material.

[Demo](https://rockaru.github.io/material-dual-listbox/)
[Demo](https://rockaru.github.io/mea-material-dual-listbox/)

## Dependencies
You will need:

- Angular ^10
- Angular Material ^10
- Angular cdk ^10

## Instalation

To install this library, run:

```
$ npm install material-dual-listbox --save
$ npm install mea-material-dual-listbox --save
```

and then from your Angular AppModule:
Expand All @@ -31,7 +30,7 @@ import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// Import the module
import { MaterialDualListboxModule } from '@rockaru/mea-material-dual-listbox';
import { MaterialDualListboxModule } from 'mea-material-dual-listbox';
@NgModule({
declarations: [
Expand Down
22 changes: 11 additions & 11 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"material-dual-listbox": {
"mea-material-dual-listbox": {
"projectType": "library",
"root": "projects/material-dual-listbox",
"sourceRoot": "projects/material-dual-listbox/src",
"root": "projects/mea-material-dual-listbox",
"sourceRoot": "projects/mea-material-dual-listbox/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"options": {
"tsConfig": "projects/material-dual-listbox/tsconfig.lib.json",
"project": "projects/material-dual-listbox/ng-package.json"
"tsConfig": "projects/mea-material-dual-listbox/tsconfig.lib.json",
"project": "projects/mea-material-dual-listbox/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/material-dual-listbox/tsconfig.lib.prod.json"
"tsConfig": "projects/mea-material-dual-listbox/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/material-dual-listbox/src/test.ts",
"tsConfig": "projects/material-dual-listbox/tsconfig.spec.json",
"karmaConfig": "projects/material-dual-listbox/karma.conf.js"
"main": "projects/mea-material-dual-listbox/src/test.ts",
"tsConfig": "projects/mea-material-dual-listbox/tsconfig.spec.json",
"karmaConfig": "projects/mea-material-dual-listbox/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/material-dual-listbox/tsconfig.lib.json",
"projects/material-dual-listbox/tsconfig.spec.json"
"projects/mea-material-dual-listbox/tsconfig.lib.json",
"projects/mea-material-dual-listbox/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
Expand Down
15 changes: 7 additions & 8 deletions dist/material-dual-listbox/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
![Build](https://github.com/rockaru/material-dual-listbox/workflows/Build/badge.svg)
![Demo](https://github.com/rockaru/material-dual-listbox/workflows/Demo/badge.svg)
![Build](https://github.com/rockaru/mea-material-dual-listbox/workflows/Build/badge.svg)
![Demo](https://github.com/rockaru/mea-material-dual-listbox/workflows/Demo/badge.svg)

# Material Dual Listbox
# Mea Material Dual Listbox

Simple dual list box component to use with your Angular app, along with Angular Material.
Simple dual list box component to use in your Angular app, along with Angular Material.

[Demo](https://rockaru.github.io/material-dual-listbox/)
[Demo](https://rockaru.github.io/mea-material-dual-listbox/)

## Dependencies
You will need:

- Angular ^10
- Angular Material ^10
- Angular cdk ^10

## Instalation

To install this library, run:

```
$ npm install material-dual-listbox --save
$ npm install mea-material-dual-listbox --save
```

and then from your Angular AppModule:
Expand All @@ -31,7 +30,7 @@ import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// Import the module
import { MaterialDualListboxModule } from '@rockaru/mea-material-dual-listbox';
import { MaterialDualListboxModule } from 'mea-material-dual-listbox';
@NgModule({
declarations: [
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ce572c9

Please sign in to comment.