Digital Craftsman
  • Search
Sign in Subscribe

angular-js

A collection of 3 posts
Increase node memory limit for build
node

Increase node memory limit for build

When running bigger applications you might run into the memory limit of node. I had that issue recently with an Angular application. Usually the build process is triggered through npm run build and the build process is defined in the package.json the following way: "scripts": { ... "build&
04 Nov 2019 1 min read
Angular JS - Focus on form fields
javascript

Angular JS - Focus on form fields

For an Angular JS app I wanted to focus on form fields with a shortcut[1]. As the framework does not provide a way to focus on any DOM elements, we have to write our own. We need two parts for this. One directive to hook our functionality: app.directive(
31 Aug 2015 1 min read
javascript

Angular JS - Hotkeys

I build a little search app with an Angular JS frontend. There are a lot of select and input elements in a form to filter the results. I wanted to have a possibility to jump to those fields with a shortcut. There is a great library called angular-hotkeys [https://github.
31 Aug 2015
Page 1 of 1
Digital Craftsman © 2025
  • Datenschutz
  • Impressum
Powered by Ghost