Posts

Showing posts from March, 2020

Angular 8 - Lifecycle-hooks

angular.io/guide/lifecycle-hooks

ReactJs

https://www.youtube.com/watch?v=40BuC7ZUInA&list=PL14cKKKH2hADr21Ct5CJTV_KSQRDpGXz6

divStyle

/* this is declared in function */ textJDComponent() { const divStyle = {             height: window.innerHeight - 200 + 'px',             overflow: "auto",             padding: 0         }; } <div className="col-md-12" style={divStyle}>