摘要:
We have a form component: the 'type' FormControl will be a custom form element component which refers to 'workout-type' componet. For the workout-type 阅读全文
摘要:
In this lesson, we extend the styles of a base button component to create multiple variations of buttons, using "extend". We can then modify the base 阅读全文
摘要:
Which hash algorithom to choose for new application: https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet Argon2[*7] is the winner of the pass 阅读全文
摘要:
One thing that we can do is to add styles directly to HTML elements that live within our component. However, in this lesson we see that style classes 阅读全文
摘要:
Angular has a very robust security model. Dynamically inserted html, style or url values into the DOM open up possibilities for attackers to compromis 阅读全文
摘要:
Line charts are often used to plot temporal data, like a stock price over time. In this lesson we’ll see how to use D3 APIs to create our own simplifi 阅读全文
摘要:
We will learn how to make use of the ngStyle directive to directly add multiple style attributes to a DOM element as a style property. We’ll also lear 阅读全文
摘要:
Firebase cloud functions is similar to AWS lambda or serverless. You can deploy you code which wrote in Node.js and deploy to firebase. It can respons 阅读全文