Create Sandbox
Find Jasmine Marbles Examples and Templates
Use this online jasmine-marbles playground to view and fork jasmine-marbles example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!
HTTP Client (Angular Example)
Showing the HttpClient in @angular/common/http, which offers a simplified client HTTP API for Angular applications that rests on the XMLHttpRequest interface exposed by browsers. Details at https://angular.io/guide/http
garethx
Forms (Angular Example)
An Angular form with a component and template. Details at https://angular.io/guide/forms
garethx
Tour of Heroes (Angular Example)
The Tour of Heroes tutorial provides an introduction to the fundamentals of Angular. Details at https://angular.io/tutorial
garethx
Angular Reactive Forms
Reactive forms provide a model-driven approach to handling form inputs whose values change over time. Details at https://angular.io/guide/reactive-forms
garethx
Router (Angular Example)
Angular Router's primary features, illustrating them through the evolution of a small application. Details at https://angular.io/guide/router
garethx
User Input (Angular Example)
User actions such as clicking a link, pushing a button, and entering text raise DOM events. This page explains how to bind those events to component event handlers using the Angular event binding syntax. Details at https://angular.io/guide/user-input
garethx
Server-side Rendering (SSR) - Angular Universal Example
Bundles the Universal version of the app with the Ahead-of-Time (AoT) compiler, using Node Express to compile the HTML pages with Universal based on client requests. Detail at https://angular.io/guide/universal
garethx
Angular Example - Pipes
Shows pipes, a way to write display-value transformations that you can declare in your HTML. Details at https://angular.io/guide/pipes
garethx
Lazy Loading Feature Modules (Angular Example)
Showing lazy loading to help keep initial bundle sizes smaller, which in turn helps decrease load times. Details at https://angular.io/guide/lazy-loading-ngmodules
garethx
Attribute Directive (Angular Example)
Showing how attribute directive changes the appearance or behavior of a DOM element. Details at https://angular.io/guide/attribute-directives
garethx
Angular Animations Guide
Demo of Angular's CSS-based animation system, including positions, sizes, transforms, colors, borders, and more. Detail at https://angular.io/guide/animations
garethx
REIN CITY
REIN CITY GAMING
REIN City
angular-angularmaterial
This project is for test purposes. Here I test some techniques and libraries with angular like authentication, testing, performance, et cetera. π¨βπ»β
Dependency Injection (Angular Example)
Shows Angular's own DI framework, which is typically used in the design of Angular applications to increase their efficiency and modularity. Details at https://angular.io/guide/dependency-injection
garethx
mivanov-dev/angular-angularmaterial
http-client-angular-example
Showing the HttpClient in @angular/common/http, which offers a simplified client HTTP API for Angular applications that rests on the XMLHttpRequest interface exposed by browsers. Details at https://angular.io/guide/http
form-shortcut-experiment
An experiment for quick form data entry using shortcuts.
tacos-tacos
Find more examples or templates