Search⌘ K
AI Features

Setup and Routing

Explore how to create Angular modules, configure routing, and implement secure user event creation. Understand using third-party libraries for date and location selection, and prepare your app for scalable features.

We'll cover the following...

In this chapter, we’ll provide users with the ability to create events. Providing users the ability to view and edit will come in later chapters.

Within these events, users will specify a title, an optional description, and choose a location with cities populated for us using the Google Maps Places API. They’ll also be able to select a start and end date using a third-party library which will present the user with a calendar, along with the ability to specify a time on a specific date.

Because this chapter and the form to create an event relies on third-party libraries, it will be the most complex form that we’ll create.

Setup and routing

...