Skip to content
  • Our Services
  • Documentation
  • Angular
    • Angular Hello ngrx/store! *new*
    • Install NPM using Chocolatey *popular*
    • Unit Test – Replacing Karma by Jest
    • Quickstart
    • REST/HTTP
    • Server Side Rendering
    • End to End Testing
    • Automatic Table of Contents – Part 1
    • Automatic Table of Contents – Part 2
    • JHipster Scaffolds
    • JHipster REST API
    • BDD (1): Angular REST Service
    • BDD (2): REST & innerHTML
    • Angular CLI @ Docker
    • Angular Universal CLI @ Docker
  • Docker
    • What is Docker?
    • Automated Build
    • LXD vs. Docker
    • GUI apps on Docker
    • Docker Monitoring
    • Angular 4 @ Docker
    • Productive Docker (1): Mesos & Marathon
    • Productive Docker (2): DC/OS on Vagrant
    • Productive Docker (3): DC/OS on AWS
    • Avoid Docker created Files with wrong Permissions (Maven example)
    • Debugging Angular with Visual Studio Code (Cheat Sheet)
  • Kubernetes
    • NEW: Migrate Kubernetes Runtime from Docker to containerd
    • CKA 1 – Certified Kubernetes Administrator Labs (WIP)
      • CKA 2 – Preparation
      • CKA 3 – Deploy a simple Application
      • CKA 4 – Resource Management
      • CKA 5 – Node Maintanance
      • CKA 6 – Kubernetes API
      • CKA 7 – Jobs and CronJobs
      • CKA 8 – ReplicaSets
      • CKA 9 – Deployments + Rollout/Rollback
      • CKA 10 – DaemonSets
      • CKA 11 – Services
      • CKA 12 – Labels and Node Selectors
      • CKA 13 – Taints and Tolerations
      • CKA 14 – Affinity and Anti-Affinity
      • CKA 15 – Kubernetes Ingress
      • CKA 16 – Kubernetes Persistent Volumes
      • CKA 17 – Kubernetes Readiness and Liveness Probes
      • CKA 18 – Kubernetes Metrics Server
      • CKA 19: Kubernetes Logging
    • Single Node Cluster based on Minikube
    • Multi Node Cluster based on kubeadm
    • K8s Services – Hello World
    • Persistent Volumes
    • Local Persistent Volumes *popular*
    • HTTPS Apps on Minikube w/ self-signed certs
    • HTTPS Apps on Kubeadm Cluster w/ self-signed certs
    • HTTPS Apps on Kubeadm Cluster w/ Let’s Encrypt certs
    • ElasticSearch
    • Kibana
    • Metricbeat
  • Continuous Integration – Jenkins
    • 1. Installation (Docker Way)
    • 2. Build
    • 3.1 Trigger for Jobs
    • 3.2 Trigger for Pipelines
    • 4.1 JUnit Integration
    • 4.2 Checking Code Style
    • 4.3 Performance Testing
    • 5. Automatic Creation of Jobs
    • 6. Browser Testing
    • 7. Pipeline as Code
  • Monitoring – Elastic Stack
    • Logstash
    • Elasticsearch
    • ElasticSearch on Kubernetes
    • Kibana
    • Kibana on Kubernetes
    • Metricbeat native and on Kubernetes
  • Infrastructure Automation – Ansible & SaltStack
    • Ansible „Hello World“
    • Ansible Templating
    • Ansible Tower
    • Saltstack
  • Contact

Blog about Docker, IT Automation & more…

  • Our Services
  • Documentation
    • Kubernetes Infrastructure
    • Development Automation
  • Career
    • Career: Junior DevOps
    • Karriere: Junior DevOps
  • About us
    • Contact
    • Impressum
    • Terms and Conditions

Search Results for: behavior-driven angular

Behavior-Driven Angular – Part 2: Inserting REST Data as „innerHTML“ into a Web Application

Oktober 5, 2017Dezember 6, 2018 by oveits

Today, we will extend the behavior-driven development example of the previous blog post and add the blog content to the document. Like last time, we will retrieve the HTML content from the WordPress API. Sounds easy, right? We will see that…

Behavior-Driven Angular – part 1: Consuming a RESTful Web Service with Angular 4

September 30, 2017Dezember 6, 2018 by oveits

In this step-by-step tutorial, we will follow a behavior-driven development approach to create an Angular 4 application from Angular CLI. The hello-world-like application will consume the WordPress REST API and it will display a blog post title. We will create…

Consuming a REST Service with Angular 4.3+: a Step-by-step Guide

Juli 28, 2018Dezember 12, 2018 by oveits

This is an earlier version of a post about consuming a REST service with Angular. A new, fully reworked version for Angular 6+ can be found here. In both versions, I describe how to use angular 4.3+ HttpClientModule. In the…

Consuming a REST Service with Angular 6: a Step-by-step Guide

Mai 13, 2018Dezember 12, 2018 by oveits

REDIRECTED to https://vocon-it.com/2017/06/24/consuming-a-restful-web-service-with-angular/ Angular 6 is available, so it is time to update my original post about how to consume an Angular REST API service in Angular.  We will learn how to implement a fully functional rest service in a single…

Angular Universal CLI – Step-by-Step Example with REST Client

Oktober 30, 2017Dezember 6, 2018 by oveits

This time we will learn how to create a small Angular Universal CLI project that is using the WordPress REST service to retrieve and display the title and content of a WordPress blog post. Angular Universal CLI combines the Universal…

Angular 4 Docker Example – for Angular CLI projects

Oktober 2, 2017Dezember 6, 2018 by oveits

Check out a new Angular 4 Docker Example that has also been tested with Angular 6 here. In this Hello-World-like tutorial, we will show how to run Angular 4 applications that have been created with Angular CLI in a Docker container.…

Angular 6 REST API Example — Angular 6 Consume REST API — Step-by-Step

Juni 24, 2017Dezember 6, 2018 by oveits

Angular 6 is available, so I have decided to bring my instructions about Consuming a REST Service with Angular to the next level. In this step-by-step hello-world-style tutorial, you will be lead through following steps:

installation of Angular CLI v6 in a CentOS docker container

retrieval of HTML code data from the WordPress API

display of the retrieved HTML code in a browser

IntelliJ + WebStorm + VS Code – in a Browser

Documentation

  • Our Services
  • Documentation
  • Angular
    • Angular Hello ngrx/store! *new*
    • Install NPM using Chocolatey *popular*
    • Unit Test – Replacing Karma by Jest
    • Quickstart
    • REST/HTTP
    • Server Side Rendering
    • End to End Testing
    • Automatic Table of Contents – Part 1
    • Automatic Table of Contents – Part 2
    • JHipster Scaffolds
    • JHipster REST API
    • BDD (1): Angular REST Service
    • BDD (2): REST & innerHTML
    • Angular CLI @ Docker
    • Angular Universal CLI @ Docker
  • Docker
    • What is Docker?
    • Automated Build
    • LXD vs. Docker
    • GUI apps on Docker
    • Docker Monitoring
    • Angular 4 @ Docker
    • Productive Docker (1): Mesos & Marathon
    • Productive Docker (2): DC/OS on Vagrant
    • Productive Docker (3): DC/OS on AWS
    • Avoid Docker created Files with wrong Permissions (Maven example)
    • Debugging Angular with Visual Studio Code (Cheat Sheet)
  • Kubernetes
    • NEW: Migrate Kubernetes Runtime from Docker to containerd
    • CKA 1 – Certified Kubernetes Administrator Labs (WIP)
      • CKA 2 – Preparation
      • CKA 3 – Deploy a simple Application
      • CKA 4 – Resource Management
      • CKA 5 – Node Maintanance
      • CKA 6 – Kubernetes API
      • CKA 7 – Jobs and CronJobs
      • CKA 8 – ReplicaSets
      • CKA 9 – Deployments + Rollout/Rollback
      • CKA 10 – DaemonSets
      • CKA 11 – Services
      • CKA 12 – Labels and Node Selectors
      • CKA 13 – Taints and Tolerations
      • CKA 14 – Affinity and Anti-Affinity
      • CKA 15 – Kubernetes Ingress
      • CKA 16 – Kubernetes Persistent Volumes
      • CKA 17 – Kubernetes Readiness and Liveness Probes
      • CKA 18 – Kubernetes Metrics Server
      • CKA 19: Kubernetes Logging
    • Single Node Cluster based on Minikube
    • Multi Node Cluster based on kubeadm
    • K8s Services – Hello World
    • Persistent Volumes
    • Local Persistent Volumes *popular*
    • HTTPS Apps on Minikube w/ self-signed certs
    • HTTPS Apps on Kubeadm Cluster w/ self-signed certs
    • HTTPS Apps on Kubeadm Cluster w/ Let’s Encrypt certs
    • ElasticSearch
    • Kibana
    • Metricbeat
  • Continuous Integration – Jenkins
    • 1. Installation (Docker Way)
    • 2. Build
    • 3.1 Trigger for Jobs
    • 3.2 Trigger for Pipelines
    • 4.1 JUnit Integration
    • 4.2 Checking Code Style
    • 4.3 Performance Testing
    • 5. Automatic Creation of Jobs
    • 6. Browser Testing
    • 7. Pipeline as Code
  • Monitoring – Elastic Stack
    • Logstash
    • Elasticsearch
    • ElasticSearch on Kubernetes
    • Kibana
    • Kibana on Kubernetes
    • Metricbeat native and on Kubernetes
  • Infrastructure Automation – Ansible & SaltStack
    • Ansible „Hello World“
    • Ansible Templating
    • Ansible Tower
    • Saltstack
  • Contact
Go to the top
  • Impressum
  • Datenschutzerklärung
  • Contact
Proudly powered by WordPress | Theme: Fortune by Themes Harbor.