Skip to content

A simple portfolio website using a cascade of angular2dart expansion panels

Notifications You must be signed in to change notification settings

OscarDev/ng2dartPortfolioEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng2dartPortfolioEx

To run on local host:

pub get

pub serve

This project a handful of nested MaterialExponsionSetPanels to organize a portfolio in four groups.

This is the first thing to come from exploring the new angular2dart components released by google. There isn't a sidebar yet, and I'm not too confident that it'll hold together well if components are stacked side to side, so I just did a simple one-column layout.

Things I discovered: An overarching MaterialExponsionSetPanelSet causes only one child MaterialExponsionSetPanel to be open in a set.

The ScoreboardComponent example in the documentation wasn't scrollable as it explicitly declares, or I just haven't added enough ScorecardComponents to see scrollability.

The FixedMaterialTabStripComponent seemed to be a standalone component that could be initialized due to the 'Component suffix' but the FixedMaterialTabStripComponent is used in a higher upper component. Same thing can be said about the TabButtonComponent only being used by the tab strip component. Trying to force an initialization of these two with the selector failed at time. I'm still learning though. Hope make a webapp with these components in the future :)

About

A simple portfolio website using a cascade of angular2dart expansion panels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published