Cloud + data orchestration: Demolish your data silos. Enable complex analytics. Eliminate I/O bottlenecks. Learn the essentials (and more)!
2024 DZone Community Survey: SMEs wanted! Help shape the future of DZone. Share your insights and enter to win swag!
Lead Software Engineer at Singapore Airlines
Mumbai, IN
Joined Sep 2016
Manoj is the Lead Software Engineer with 9+ years of experience in crafting innovative solutions for the banking and aviation sectors. Proficient in Java, Node JS, and AWS technologies, he excels in full-stack development, system migration, and Agile project management. With a track record of driving process efficiencies and fostering cross-functional collaboration
Stats
Reputation: | 370 |
Pageviews: | 506.9K |
Articles: | 2 |
Comments: | 4 |
Comments
Mar 16, 2019 · Manoj Verma
Added Authentication service to authenticate user. I have used firebase api to authenticate the user.
Pleae checkout code from github repo: https://github.com/Mhverma/angular-material-login-app
Mar 16, 2019 · Manoj Verma
Hi Tiyeb Brahim B,
Added API on login. I have used firebase to authenticate the user.
Please checkout latest code from my github repo :https://github.com/Mhverma/angular-material-login-app
Jan 06, 2019 · Manoj Verma
source code is avaible at git https://github.com/Mhverma/angular-material-login-app
Nov 22, 2018 · Manoj Verma
Hi Naveen, index.html will contains the <app-root> tag.This is defined as selector in app.component.ts file.
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'my-first-app';
}