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.