https://github.com/uwriegel/commanderui
A Norton like Commander based on Chromium, Angular and Typescript
https://github.com/uwriegel/commanderui
angular typescipt
Last synced: about 1 month ago
JSON representation
A Norton like Commander based on Chromium, Angular and Typescript
- Host: GitHub
- URL: https://github.com/uwriegel/commanderui
- Owner: uwriegel
- License: mit
- Created: 2018-06-16T16:18:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T21:25:05.000Z (over 7 years ago)
- Last Synced: 2025-10-19T14:51:09.533Z (8 months ago)
- Topics: angular, typescipt
- Language: TypeScript
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commander with Angular and C#
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.
## Prerequisites
### Install ng/cli:
```
npm i -g @angular/cli
ng new CommanderNg
cd CommanderNg
```
## Build and Run
### Starting point
```
npm i
```
### Build main thread
```
Ctrl+Shift+B: compile main typescript
```
## Create Angular
### Component
``` ng g c ```
### Provider (service)
``` ng g s ```
### Component in sub folder
``` ng g c ```
## Test scenarios
### Include scrollbar.html in main.ts
You can only test the following:
* Resizing window: scrollbar appears and disappears
* Press upper and lower button: the scrollbar thumb will move
* Press the space between button and scrollbar thumb: thumb will move pagewise
* Move scrollbar thumb
Content will not be scrolled!
### Include columns.html in main.ts
Now the columns control can be tested
### Include iconview.html in main.ts
Retrieve several icons from Windows via C++ addon
### Include tableview.html in main.ts
Test tableview functionality, column sorting, scrolling, ...