Unsere Artikel

Kategorie: Angular

Angular

ASP.NET Core SignalR: Mehr Sicherheit bei Tokens – Teil 3

Im vorherigen Teil dieser Serie ging es um den Aufbau einer sicheren Verbindung zwischen Client und Server mithilfe von SignalR. Nun möchten wir uns zwei wichtigen Punkten im Umgang mit einem Authentifizierungstoken widmen. Wir schauen uns an, wie wir unsere Echtzeitkommunikation mit Hilfe eines Referenztoken absichern können und wie wir das Token aktualisieren können, wenn dieses während unserer Echtzeitverbindung abgelaufen ist.

zum Inhalt >
Angular

From an Angular Web App to a Hybrid App with Capacitor and Ionic Framework

Creating mobile and desktop applications is a complicated task. Different operating systems require us to have in-depth knowledge of multiple platforms. The web solves most of the problems for us by providing a single platform that runs everywhere – supported by different operating systems and browser vendors. Frameworks like Angular bring the power to write business applications for the web and make a once written application available to everyone.

zum Inhalt >
Angular

Visual Testing Of Angular Components With Storybook & Chromatic

In a previous article, From paper sketch to a running application – Adobe XD, Storybook & Angular in action, I described the basics of writing Storybook stories and Angular components. In this follow-up, you will learn to enhance the Storybook workflow through visual testing to achieve fast feedback and development iterations. Not only does visual testing improve the overall quality and stability of your web-based software. The stakeholders also get to see something early, which means that changes are still possible in the developing process.

zum Inhalt >
Angular

Additional Approaches: Advanced Progressive Web Apps – Push Notifications Under Control – Part 4

In the previous parts of this article series, we learned that Apple does not support the standardized web-based push mechanisms, and there is no sign of a possible timeline for implementation. Therefore we have to look at additional ways to bring the users‘ attention back to our application. Let’s use the final article of the series to have a quick look at some approaches that will let us send some form of push message without using the Push API.

zum Inhalt >
Angular

Eine Angular-Anwendung offline nehmen: Herausforderung von „online“ zu „offline“

„Bitte prüfen Sie, ob eine Verbindung zum Internet vorhanden ist“ – ein Satz, den wir alle kennen, wenn wir eine Anwendung nutzen wollen, die nicht offline verfügbar ist. In diesem Artikel zeigen wir, wie man eine bestehende (Angular-) Anwendung und ihre Daten offline nehmen kann, welche Herausforderungen uns dabei erwarten und was genau Offlineverfügbarkeit tatsächlich bedeutet. Die Konzepte sind dabei auf alle Arten von Frameworks anwendbar.

zum Inhalt >
Angular

ASP.NET Core SignalR: Absicherung der Echtzeitkommunikation – Teil 2

Im ersten Teil der Artikelserie haben wir uns den generellen Verbindungsaufbau und Datenaustausch zwischen Client und Server mithilfe von SignalR angeschaut. Im zweiten Teil widmen wir uns nun der Absicherung unserer Echtzeitkommunikation. Ich zeige euch, wie ihr durch kleine Anpassungen im Code, einfach eine bestehende SignalR-Verbindung absichern könnt.

zum Inhalt >
Angular

ASP.NET Core SignalR: Echtzeitkommunikation in Action – Teil 1

Echtzeitkommunikation ist heutzutage nicht mehr weg zu denken. In kollaborativen Apps, Dashboards, Messaging Apps, Spiele oder dergleichen, überall werden in Echtzeit Daten transportiert. Zur Realisierung solcher Echtzeitkommunikation bietet Microsoft das Open-Source-Framework ASP.NET Core SignalR an.

zum Inhalt >
Angular

Creating Web Components With Modern SPA Frameworks – Angular, React, And Vue.Js

You might have read the article series about Web Components in which we talked about the advantages and disadvantages of Web Components in detail and how they are integrable in modern SPA frameworks. This article focuses on how you can create Web Components using a modern SPA framework and also addresses Angular Elements, Vue.js Web Components, and React. Besides, we will take a look at how to structure a project.

zum Inhalt >