Angular 2 Smart Components vs Presentation Components

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Both Smart Components and Presentation Components receive data from Services in entirely different ways. Smart Components use constructor injection to lookup the entire service from the injector while Angular 2 Presentation components take the data from @Input defined on their component class.