Angular Simple Reddit

Video (no audio) demonstrating Javascript, Typescript, and Angular. Allows the user to post an article (with a title and a URL) and vote on the posts. Voting uses Javascript subtraction and addition assignment operators and a sort function to sort articles by number of votes.

It has 2 components:

1 to hold the form that submits an article. It binds the submit value in the view to entered text in the inputs using the hash, resolve, syntax then gets the data into the component as objects of the type HTMLInputElement.

1 to hold the default and newly submitted articles which uses @Hostbinding and Angular built-in style and class directives to bind a CSS class and a CSS style to the host app. It uses a model to isolate the data structures in the Angular Simple Reddit Study (This self-directed study project was generated in an Nx monorepo and is in the GitHub repository in part.) , Lynn Stanikmas, designer and developer of the Angular web application, presenting from her office in Red Oak, Virginia, United States. Video produced by Lynn Stanikmas.

Angular + Angular HTTP API

Video (no audio) demonstrating adding, deleting, and updating images and image annotations in the Piklīb web application and a command-line interface using the JSON-server watch command which indicates database record statuses after user form submission. , Lynn Stanikmas, designer and developer of the Angular web application, presenting from her office in Red Oak, Virginia, United States. Video produced by Lynn Stanikmas.

Angular + Angular Material UI Pattern Library

Video (no audio) demonstrating a custom-themed, interactive, Angular Material UI Pattern Library. , Lynn Stanikmas, designer and developer of the Angular web application, presenting from her office in Red Oak, Virginia, United States. Video produced by Lynn Stanikmas.

Angular Firebase Google Cloud Firestore REST API

Video (no audio) demonstrating adding, deleting, and updating images and image annotations in the Piklīb web application and Google Cloud Firestore database record statuses after user form submission. , Lynn Stanikmas, designer and developer of the Angular web application and asynchronous database, presenting from her office in Red Oak, Virginia, United States. Video produced by Lynn Stanikmas.