External files in Ionic can be a challenge. In our case, the HTML with the links were within a variable and displayed using [innerHTML], so it was impossible for data-entry people type in javascript instead of the classic Control+K to add a link to a simple text editor while entering information online. The links didn’t work out in the field where people were on an App. Here’s how we resolved the problem.
WebPack with AngularJS & Typescript
The exercise of moving an AngularJS project from a pile of links into a nice clean package is easy…. except it really isn’t.
Once you have everything all set up, however, it’s a snap. Webpack makes it easy for us to do this; once it is set up. Here is a very basic setup for webpack, using typescript
Understanding and Implementing Reactive Forms with Angular
There are a lot of examples of Reactive Forms, but not many explainations. In fact, there seem to be more “this or that and why” articles than anyone would ever need. But I find understanding “how” it it works to be a more effective teaching method. I’ve outlined how I’ve come to understand Reactive Forms and that understanding helps me put them together faster and with fewer frustrating errors. Also, I find it’s a lot easier to explain what you are doing in code rather than going back and forth between piles of directives in HTML and related coat-hangers and duct-tape in code.
- « Previous Page
- 1
- …
- 7
- 8
- 9
- 10
- 11
- …
- 24
- Next Page »