Otcollect

Write a

Tutorial
Sign In Account
0Cart
Shopping CartClose
Shop functionality is coming soon!
  • Home
  • Web
    • Django
    • Ecommerce
    • Angular
    • JQuery
    • Dart
    • Python
    • Flask
    • Ecommerce
  • Algorithms
    • Python
    • Java
  • Data Structures
    • Python
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
    • Java
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
  • Artificial Intelligence
    • Getting Started
    • Machine Learning
    • Game Theory
    • Computer Vision
    • Robotics
    • Natural Language Processing
    • Artificial Intelligence
    • Quizzes
  • Featured Picks
  • College Quizzes
  • Home
  • Angular
How To Join Firebase Firestore Collection Documents(Tables) By Id.
Angular Web

How To Join Firebase Firestore Collection Documents(Tables) By Id.

How do I perform a SQL JOIN in Firestore? It sounds tricky, but it's quite easy with rxjs switchmaps.

(read more)
by Oj Obasi - March 12, 2023, 1:56 p.m.
How To Analyze Angular App Bundle Sizes
Angular Web

How To Analyze Angular App Bundle Sizes

Webpack bundle analyzer helps you analysis your angular app. This is important for preformance.

(read more)
by Oj Obasi - March 12, 2023, 1:34 p.m.
How  To Add Universal Ssr To Your Angular Cli And Firebase(Angularfire2) Project
Angular Web

How To Add Universal Ssr To Your Angular Cli And Firebase(Angularfire2) Project

Seo is one import think for every app out there. Here we show you how fast and easy it is to add universal to your Angularfirebase project.

(read more)
by Oj Obasi - March 12, 2023, 1:31 p.m.
Angular Slugify Pipe For Your Angular Url Seo Friendly Applications.
Angular Web

Angular Slugify Pipe For Your Angular Url Seo Friendly Applications.

URLs help describe a web page to search engines and potential visitors, meaning they should be accurate, enticing, and well-structured. With Angular applications, we solve this with a slugify pipe that describes our content..

(read more)
by Oj Obasi - March 12, 2023, 1:27 p.m.
How Can I Select/Access An Element In A Component Template?
Angular Web

How Can I Select/Access An Element In A Component Template?

Working with dom in Angular. A declarative way can be used instead to access elements in the view directly using elementRef. The Angular team advised against the use of ElementRef

(read more)
by Oj Obasi - March 12, 2023, 1:25 p.m.
How To Add Bootstrap Css The Right Way To Your Angular App
Angular Web

How To Add Bootstrap Css The Right Way To Your Angular App

How to add Bootstrap css the right way to your angular app

(read more)
by Oj Obasi - March 12, 2023, 1:23 p.m.
The Difference Between Promises And Observables
Angular Web

The Difference Between Promises And Observables

What is the difference between Promises and Observables? Often Observable is preferred over Promise because it provides the features of Promise and more.

(read more)
by Oj Obasi - March 11, 2023, 1:21 p.m.
How To Get Both Parent And Child Params Data In Angular Router
Angular Web

How To Get Both Parent And Child Params Data In Angular Router

Angular 7 router. How to get the activated route parent and child params.

(read more)
by Oj Obasi - March 10, 2023, 3:46 a.m.
How To Share Data Between Angular Components Using Rxjs Behaviorsubject.
Angular Web

How To Share Data Between Angular Components Using Rxjs Behaviorsubject.

Lets say you have some value you want shared between 2 or more components of your app, in this tutorial, we look at how you can achieve that quickly with RxJs BehaviorSubject.Sharing Data Between Angular Components

(read more)
by Oj Obasi - March 10, 2023, 3:43 a.m.
How To Make A Toggle Menu With Angular
Angular Web

How To Make A Toggle Menu With Angular

In this tutorial, we create a simple but advanced Angular Navigation with toggle hamburger button.

(read more)
by Oj Obasi - March 10, 2023, 1:57 a.m.
Angular Push Notifications To Your Visitors With A Toast
Angular Web

Angular Push Notifications To Your Visitors With A Toast

How to create a Bootstrap like toast in Angular v7. We'll use RXJS Observable Subject to create a reusable component and service that can be used in Angular Applications as toast.

(read more)
by Oj Obasi - March 10, 2023, 1:55 a.m.
Angular Striphtml Tags Pipe
Angular Web

Angular Striphtml Tags Pipe

This Angular Pipe can be useful for displaying html content on your template or storing html content to your backend.

(read more)
by Oj Obasi - March 10, 2023, 1:35 a.m.
What Is Rxjs And Why You Should Be Using It?
Angular Web

What Is Rxjs And Why You Should Be Using It?

Lets take a quick look at what RxJs is and what the frenzy about it. Most importantly how to use it in a flow method in comparison to vanila javaScript.

(read more)
by Oj Obasi - March 10, 2023, 12:58 a.m.
What Is Rxjs Observable?
Angular Web

What Is Rxjs Observable?

Observables is a core type of the reactive(RxJs) library. RxJs is extensively used in Angular (now Angular 7) framework.Observable provide us with asynchronous stream of data, that we can subscribe to, to get it’s values.

(read more)
by Oj Obasi - March 10, 2023, 12:49 a.m.
How To Generate An Angular-Cli App With A Style Extension Of Your Choice - Scss, Sass
Angular Web

How To Generate An Angular-Cli App With A Style Extension Of Your Choice - Scss, Sass

ng new my-app will generate an app with .css files. But what if you wanted to generate an app a different css file extension?

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Welcome To My First Angular 6 Application
Angular Web

Welcome To My First Angular 6 Application

How to create your first Angular Application. We will generate an Angular Application with the angular command line tool angular-cli. Hello Angular 6.

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Ngx-Moment Moment.Js Pipes For Angular
Angular Web

Ngx-Moment Moment.Js Pipes For Angular

Ngx-moment moment.js pipes for Angular. This module provides momentjs pipes to Parse, validate, manipulate, and display dates and times in JavaScript.

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Ng Bootstrap - Bootstrap 4 For Angular.
Angular Web

Ng Bootstrap - Bootstrap 4 For Angular.

Angular widgets built from the ground up using only Bootstrap 4 CSS with APIs designed for the Angular ecosystem. How to add bootstrap to your Angular 7 Application.No dependencies on 3rd party JavaScript.

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Ngx-Pipes Useful Pipes For Angular With No External Dependencies
Angular Web

Ngx-Pipes Useful Pipes For Angular With No External Dependencies

Ngx-pipes is a library with a dozen of Angular pipes. With this library, there is no need for you to write some basic pipes for your Angular App. It has pipes for strings, array, object manipulations.slugify, shorten,

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Angularfire The Official Library For Firebase And Angular
Angular Web

Angularfire The Official Library For Firebase And Angular

Observable based - Use the power of RxJS, Angular, and Firebase.Realtime bindings - Synchronize data in realtime.Authentication - Log users in with a variety of providers and monitor authentication state.

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Angular Ngx-Translate, The Angular Multilanguage Application Library.
Angular Web

Angular Ngx-Translate, The Angular Multilanguage Application Library.

If you want to add translation to your application for other languages, this is the library to choose.NGX-Translate is an internationalization library for Angular

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Agm - Angular Google Maps
Angular Web

Agm - Angular Google Maps

Angular 2+ components for Google Maps. If your Angular Application is in need of google maps, here is the library that provides google maps components to Angular.It's quite easy to set up.

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Angular Module That Uses Svg To Create A Circular Progressbar
Angular Web

Angular Module That Uses Svg To Create A Circular Progressbar

The module comes with some pre-configured options for things like colors, size, stroke etc. If these don't match your app's design, you can change the global defaults by providing a new value for the ROUND_PROGRESS_DEFAULTS injection token.

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Angular Material Design Components For Angular
Angular Web

Angular Material Design Components For Angular

Material design components for Angular Applications. How to Add Material design to your Angular Application.

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
  • 1 of 1

Featured posts

150
March 29, 2023, 3:40 p.m.

How to setup your docker container dockerfile to use NLTK packages

150
March 16, 2023, 10:57 a.m.

Django sitemaps. Add a site map to your Django application

150
March 13, 2023, 12:28 a.m.

How to search Django Api and display items using flutter

150
March 13, 2023, 12:18 a.m.

How to upload a JSON file to Firebase Firestore Using PHP

150
March 13, 2023, 12:16 a.m.

Use a JavaScript class to upload a Json File to Firebase Firestore

150
March 13, 2023, 12:14 a.m.

How to create a multiselect flutter list

150
March 13, 2023, 12:12 a.m.

How to send an email with Django

150
March 12, 2023, 1:43 p.m.

Django Rest Api and Flutter Dio Http using Bloc pattern

Calendar

Subscribe To Our Newsletter

Get all the latest information on new tutorials, projects.

logo-footer

Got Question? We are here to help.

OtCollect

We write to enlighten and educate. Tutorials on technology and everyday life.

Otcollect is a collection of tutorials on development web, mobile, desktop applications and any other topics of interest.

Company

  • Home
  • About
  • Contact Us
  • Join Our Team
  • Site Map

My Account

  • Sign In
  • Account
  • Help
  • Privacy Policy
  • Terms and Conditions

Customer Service

  • Payment methods
  • Money-back guarantee!
Public Tags:
AngularWebPythonDjangoJavaData StructuresStringLibraryJSONFirebaseFlutterMobileHTMLCollege CoursesJava ProgrammingQuizzesCollege QuestionsCS4406Software EngineeringAnalysis of AlgorithmsGCloudData ScienceData MiningBig DataArtificial IntelligenceUnit TestingWeb DevelopmentListIntroScrappingEcommerceOperating SystemsLinuxMobile DevelopmentAndroid

Copyright © 2023 Otcollect. All Rights Reserved.

We're using safe payment for
payment

Home

Tutorials

Account

Search

  • Main Menu
  • Categories
  • Home
  • About
  • Contact Us
  • Join Our Team
  • Account
  • Help
  • Privacy Policy
  • Terms and Conditions
  • Site Map
  • Web
    • Django
    • Ecommerce
    • Web
    • Web
    • Web
    • Web
    • Flask
    • Ecommerce
  • Algorithms
    • Python
    • Java
  • Data Structures
    • Python
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
    • Java
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
  • Artificial Intelligence
    • Getting Started
    • Machine Learning
    • Game Theory
    • Computer Vision
    • Robotics
    • Natural Language Processing
    • Artificial Intelligence
    • Quizzes
  • Featured
  • College Quizzes