Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Promises #47

@matejchalk

Description

@matejchalk

Motivation

Should be comfortable working with Promises when encountering them (very common in modern JS).

Proposal

Introduction to Promises:

  • what problem they solve (callback hell)
  • async/await syntax
  • differences from Observables
  • constructing promises
  • Promise.all

Take away

Should be able to use promises with async/await syntax and convert to/from Observables

Metadata

Metadata

Assignees

Labels

FrontEndAngular, RxJS, NgRx, SCSS and other code styleWorkshop

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions