paperless-ngx/src-ui
jonaswinkler 94c07839a4 refactored filter service
- I wasn't too happy with that in the end.
- The filter editor should not be concerned about managing filter rule state.
- Therefore, it should not access a service for filter rules.
- The editor should simply be given a set of rules, and edit that rule set.
- The only entity that should manage filter state should be the document list service, and the saved view service in the form of filters associated with saved views.
2020-12-14 16:51:01 +01:00
..
e2e added paperless ui 2020-10-27 01:11:32 +01:00
src refactored filter service 2020-12-14 16:51:01 +01:00
.browserslistrc added paperless ui 2020-10-27 01:11:32 +01:00
.editorconfig added paperless ui 2020-10-27 01:11:32 +01:00
.gitignore added paperless ui 2020-10-27 01:11:32 +01:00
angular.json now using SCSS for better theming support 2020-11-22 14:43:59 +01:00
karma.conf.js added paperless ui 2020-10-27 01:11:32 +01:00
package-lock.json Use ng2-pdf-viewer 2020-12-11 14:22:02 -08:00
package.json Use ng2-pdf-viewer 2020-12-11 14:22:02 -08:00
README.md added paperless ui 2020-10-27 01:11:32 +01:00
tsconfig.app.json added paperless ui 2020-10-27 01:11:32 +01:00
tsconfig.json added paperless ui 2020-10-27 01:11:32 +01:00
tsconfig.spec.json added paperless ui 2020-10-27 01:11:32 +01:00
tslint.json added paperless ui 2020-10-27 01:11:32 +01:00

PaperlessUi

This project was generated with Angular CLI version 10.1.5.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

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

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.