nelsongutidev / TIL

Attempt to document daily what I learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIL

Attempt to document daily what I learn

11/29/2022

ng serve --open Opens the url in default browser. (can't believe after more than 4 years I jus learned that! ha!

11/30/2022

Three CSS tips for working with inconsistently sized logos (video by Wes Bos )

  • aspect-ratio: 3/2;
  • object-fit: contain;
  • mix-blend-mode: color-burn

12/01/2022

ngNativeValidate Angular Docs Reference is in case you want to explicitly enable native DOM validation UI with Angular forms

12/13/2022

Logical AND operator https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_AND_assignment

01/02/2023

There is a Battery Status Api

01/03/2023

Great video on Tailwind Responsive Navbar by Chris Sev

01/27/2023

Router Testing Module

01/30/2023

CombineLatest will not emit an initial value until each observable emits at least one value.

02/01/2023

scrollPositionRestoration: Configures if the scroll position needs to be restored when navigating back.

02/06/2023

DebugTracingFeature allows us to log router events to console if bootstrapping from component

02/15/2023

Great video about Generics

02/22/2023

To update to the next beta or pre-release version, use the --next option. ng-update

02/23/2023

Stuff around bash profile

04/25/2023

exportAs property in directives https://angular.io/api/core/Directive#exportAs

About

Attempt to document daily what I learn