← Home

Tag: angular

Angular multi-level components

@date=2023-07-24
@tags=coding, angular, wfs

For WFS I am working on the services page and the services need to be sortable in the settings, and then show the forms in the sorted order when making a new service request. Right now the order is hard coded, and each component has its own property set. I am going to create a wrapper for the co...

READ MORE (89 words, 1 minutes)

Angular is just easier to make most web applications in than React

@date=2019-11-25
@tags=angular, react

UPDATE: My feelings about this have changed quite a bit, a follow up article is to come. The summary is that React has gotten so much easier with React hooks that my recommendations here have changed.

A little background

I did about 5 years of AngularJS (not newer Angular) development, 1.5 ...

READ MORE (493 words, 4 minutes, 2 images)

Godot Asset Store

@date=2019-11-19
@tags=godot, godot-asset-store, projects, in-progress, angular, nodejs

I started developing the Godot Asset Store a few weeks ago. It is built with Angular and node.js as the backend api with nginx as the frontend.

I am getting to the tricky parts now:

READ MORE (45 words, 0 minutes)