Robo 3T Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. MongoDB GUI with embedded shell
Source: Robo 3T – formerly Robomongo — native MongoDB management tool (Admin UI)
My bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html
Robo 3T Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. MongoDB GUI with embedded shell
Source: Robo 3T – formerly Robomongo — native MongoDB management tool (Admin UI)
Gotchas from using Angular with Redux:
Free 3-way merge tool
Getting your Angular Router application actually working in a non-root folder on Internet Information Services
The Angular Router is a fantastic module for Single Page Apps. However, to deploy it in a Production scenario you will typically need to do some configuration to make it work. This article details the steps necessary to deploy an Angular Router application anywhere on Internet Information Services (IIS).
Source: Deploy an Angular Application to IIS – Angular In Depth
Some good links regarding setup, validation, detecting changes etc.
Creating forms and fetching values: Angular 2 Radio Button and Checkbox Example
Creating forms dynamically with FormBuilder: (e.g. from code/json data) https://angular.io/guide/reactive-forms#generating-form-controls-with-formbuilder
Listen to changes: https://alligator.io/angular/reactive-forms-valuechanges/
Official doc: https://angular.io/guide/reactive-forms#reactive-forms
For Windows 10 with Git Bash:
Edit file “%userprofile%\.bashrc”
Using Notepad++ or other text editor in Administrator mode.
Add another alias line beneath the present alias lines:
alias ls='ls --color=auto --show-control-chars -a -p --time-style=long-iso -h -X --group-directories-first' alias ll='ls -l --color=auto --show-control-chars -a -p --time-style=long-iso -h -X --group-directories-first' alias ngs='ng serve --open' alias grep='grep -i -n --color=always' alias log='git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue) <%an> %Creset' --abbrev-commit'
Above is an alias ngs for serving angular development server and open a web browser.
Instead of typing “ng serve –open” in Git bash window you should now be able to just use ngs as an shortcut alias.
Next-Generation full text search library for Browser and Node.js
github.com/nextapps-de/flexsearch