Barrel file is a single place to re export your functions, variables etc for your modules. I have divided this post into Introduction Caveats Case Study
Category: Tutorials
Those of you who are getting into angular testing, normally face this error. Usually this happen when we set the testing environment for Angular. These are the lines These are the culprits TestBed.initTestEnvironment( BrowserDynamicTestingModule, platformBrowserDynamicTesting() ) // or wrapped in beforeAll beforeAll(() { TestBed.initTestEnvironment( BrowserDynamicTestingModule, platformBrowserDynamicTesting() ) }) Diagnosing & Solution I might not have […]
This post is in continuation with the previous posts about creating desktop application using Electron app framework I have covered Introduction in previous post. Our Approach We can get started with two approaches Bottom to top: With this approach we can start really from basics like words, sentence and paragraph and build up. Top to […]
Previously on this blog. Person A: I need a chart on my app, which looks like a circle. A circle without the center. Person B: A what, you mean pie. Person A: Not a pie it has it’s name. Person B: “What name” Person A: It start with d, da, a Person B: A doughnut chart […]
You need to add chart to you ionic angular app. What are the options. Ngx Charts Ng2 Charts Ngx Charts It has a great online demo. Looking at the demo you have dozen of different chart choices. From Bar Chart to Line Chart to Pie Chart. I think it also comes with two color schemes […]
