Closed romechenko closed 5 years ago
Hi @ImJohnDoe, are you available to present this topic tomorrow evening?
Hi @dlindahl, thanks for getting back to me. I would love to present this topic, but I would like to polish up the demo portion. How about next month?
If CSS is a topic of interest, I’d love to talk about CSS grid tomorrow. Here is a link to my proposal
Name: Roman Pshichenko GitHub Username: imjohndoe Employer: Infinite Technologies Inc. Talk Length: 20 minutes
Title: Reusing Good Code with Schematics
Brief Description: Angular CLI empowers you to start a new app easily. The set of schematics provided by the angular cli team let’s you generate an app with many good features. You get a ready to run app, a testing framework built in, naming conventions, and a ready build process.
Schematics are great for propagating best practices. They also enable developers to work with larger units. In this talk, we will write a schematic of our own.