-
dad-jokes
Simple Angular App for Dad Jokes: Angular + Progressive web Apps using PWAFIRE (by achingachris)
https://github.com/achingachris/dad-jokes-angular/tree/tailwindconfig
-
SurveyJS
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
-
This project was generated with Angular CLI version 16.0.1.
-
Run ng test to execute the unit tests via Karma.
-
terraform-provider-ichdj
Terraform + Dad Jokes = 👌. Terraform provider for the "icanhazdadjoke.com" API.
import { Injectable } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; @Injectable({ providedIn: 'root', }) export class JokesService { url = 'https://icanhazdadjoke.com'; constructor(private http: HttpClient) {} getJoke(): Observable { return this.http.get(this.url, { headers: { Accept: 'application/json' } }); } }
Related posts
-
Disciplinr: AI Habit Assistant & Productivity Tracker
-
Angular Web3
-
Adiós Karma, Hola Vitest: El Futuro del Testing en Angular
-
Generate HTML as PDF using Next.js & Puppeteer running on Serverless (Vercel/AWS Lambda) Martin Danielson
-
Micro TAP formatter that works very well with the Node >=18 built-in node:test harness