void attached( )

Polymer lifecycle callback.

At this point the element is initialized, absolute routes are resolved etc.

Source

/// Polymer lifecycle callback.
///
/// At this point the element is initialized, absolute routes are resolved etc.
void attached() {
  _initRouting();
}