In this video we are going to cover: - How to feature toggle and when to use the different feature toggle implementations - Different questions regarding Git hooks and linting in a monorepo - An … [Read more...] about Live Q&A call September 12, 2019 – The Angular Architect Seminar
Feature toggling
How to use Feature Toggling in Angular Apps
In these days you want to try ideas fast to see if they stick. You want to be able to split test to ideas and see what performs the best. If you for some reason want to disable or enable a feature you … [Read more...] about How to use Feature Toggling in Angular Apps